tests: fish: Add valgrind testing to various existing tests.

This involves running ./guestfish under $VG (== valgrind + options,
defined only when check-valgrind is run).
This commit is contained in:
Richard W.M. Jones
2013-07-30 16:16:55 +01:00
parent 23d429ff84
commit 65b4ab11e1
17 changed files with 49 additions and 49 deletions

View File

@@ -34,7 +34,7 @@ rm -f test-edit.img
export EDITOR="echo second line of text >>"
output=$(
./guestfish -N test-edit.img=fs -m /dev/sda1 <<EOF
$VG ./guestfish -N test-edit.img=fs -m /dev/sda1 <<EOF
write /file.txt "this is a test\n"
chmod 0600 /file.txt
chown 10 11 /file.txt