summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-10-24 11:14:56 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-10-24 11:16:55 +0100
commit91c07d2a06fd4ec33db8d7737bfd73f61aa645fc (patch)
treebda4d416b946554952357a7aa3641752c4a48088
parenta66fd2fac25d5520b4eb2935dea6a501daed946a (diff)
downloadlibguestfs-91c07d2a06fd4ec33db8d7737bfd73f61aa645fc.tar.gz
libguestfs-91c07d2a06fd4ec33db8d7737bfd73f61aa645fc.tar.xz
libguestfs-91c07d2a06fd4ec33db8d7737bfd73f61aa645fc.zip
fish: Fix test-events.sh because of new debug message.
Commit 2e90f4312928f332f8997b52be3fe54f20920242 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.
-rwxr-xr-xfish/test-events.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/test-events.sh b/fish/test-events.sh
index b3684a83..79957edb 100755
--- a/fish/test-events.sh
+++ b/fish/test-events.sh
@@ -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 $@"