mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
fish/test-events.sh: ignore "trace get_path" line
The test would fail when LIBGUESTFS_PATH was not set.
This commit is contained in:
committed by
Hilko Bengen
parent
b862d95c47
commit
40a0e08619
@@ -22,7 +22,7 @@ set -e
|
||||
|
||||
rm -f test.out
|
||||
|
||||
./guestfish -a /dev/null <<'EOF' | grep -v get_verbose | grep -v get_trace | grep -v 'library .*0x' | grep -v 'library command' > test.out
|
||||
./guestfish -a /dev/null <<'EOF' | grep -v get_verbose | grep -v get_trace | grep -v 'library .*0x' | grep -v 'library command' | grep -v 'get_path' > test.out
|
||||
trace true
|
||||
|
||||
event ev1 * "echo $EVENT $@"
|
||||
@@ -59,9 +59,6 @@ trace shutdown = 0
|
||||
enter get_autosync
|
||||
trace get_autosync
|
||||
trace get_autosync = 1
|
||||
enter get_path
|
||||
trace get_path
|
||||
trace get_path = "'$LIBGUESTFS_PATH'"
|
||||
enter get_pgroup
|
||||
trace get_pgroup
|
||||
trace get_pgroup = 0
|
||||
|
||||
Reference in New Issue
Block a user