Move the tests into a subdirectory
[qemu-sanity-check.git] / tests / test-bad-qemu
similarity index 95%
rename from test-bad-qemu
rename to tests/test-bad-qemu
index a2404b9..6d80ad4 100755 (executable)
@@ -20,7 +20,7 @@
 # Choose a fake qemu which won't immediately fail, but also won't work
 # properly when it's run for real.
 
-./run-qemu-sanity-check --qemu=true
+$srcdir/run-qemu-sanity-check --qemu=true
 r=$?
 if [ $r -ne 1 ]; then
     echo "$0: unexpected exit code $r (expecting 1)"