diff options
-rwxr-xr-x | regressions/test-guestfish-a.sh | 2 | ||||
-rwxr-xr-x | regressions/test-guestfish-d.sh | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/regressions/test-guestfish-a.sh b/regressions/test-guestfish-a.sh index 8e990eda..8847b85a 100755 --- a/regressions/test-guestfish-a.sh +++ b/regressions/test-guestfish-a.sh @@ -23,6 +23,6 @@ set -e rm -f test.img truncate -s 10M test.img -guestfish -a test.img </dev/null +../fish/guestfish -a test.img </dev/null rm -f test.img diff --git a/regressions/test-guestfish-d.sh b/regressions/test-guestfish-d.sh index b97ad3d2..bf5d5145 100755 --- a/regressions/test-guestfish-d.sh +++ b/regressions/test-guestfish-d.sh @@ -46,7 +46,8 @@ cat > test.xml <<EOF </node> EOF -guestfish -c "test://$cwd/test.xml" --ro -d guest -x </dev/null >test.out 2>&1 +../fish/guestfish -c "test://$cwd/test.xml" --ro -d guest -x \ + </dev/null >test.out 2>&1 grep -sq '^add_drive_ro.*test.img' test.out rm -f test.img test.xml test.out |