tests: Split regressions -> various subdirectories of tests/
[libguestfs.git] / tests / protocol / test-qemudie-midcommand.sh
similarity index 96%
rename from regressions/test-qemudie-midcommand.sh
rename to tests/protocol/test-qemudie-midcommand.sh
index cdf3f03..73c3b8e 100755 (executable)
@@ -22,7 +22,7 @@ set -e
 
 rm -f test.pid test1.img
 
-../fish/guestfish -N disk <<'EOF'
+../../fish/guestfish -N disk <<'EOF'
 # Kill the subprocess after a short wait.
 pid | cat > test.pid
 ! sleep 2 ; kill $(cat test.pid) &