mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user