fish: Fix test-events.sh because of new debug message.

Commit 2e90f43129 added a debug message
which isn't filtered out by the set of grep -v's in this test.
Therefore this test would fail when run with LIBGUESTFS_DEBUG=1.
This commit is contained in:
Richard W.M. Jones
2012-10-24 11:14:56 +01:00
parent a66fd2fac2
commit 91c07d2a06

View File

@@ -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' > 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
trace true
event ev1 * "echo $EVENT $@"