X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tests%2Ftest-linux-vserver.sh;h=7988f813f27102419e51b12cc28e7032d9a513c4;hb=4b9101e34d9e5f9c05131161a9702cf1f37e4792;hp=40d75a524dccf91652d987ecf52e8b2114f05816;hpb=6997576c5b426b394a306376aa59a9b07db4df66;p=virt-what.git diff --git a/tests/test-linux-vserver.sh b/tests/test-linux-vserver.sh index 40d75a5..7988f81 100755 --- a/tests/test-linux-vserver.sh +++ b/tests/test-linux-vserver.sh @@ -19,7 +19,8 @@ root=tests/linux-vserver output="$(./virt-what --test-root=$root 2>&1)" -expected="linux_vserver" +expected="linux_vserver +linux_vserver-guest" if [ "$output" != "$expected" ]; then echo "$0: test failed because output did not match expected"