summaryrefslogtreecommitdiffstats
path: root/fish/test-events.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fish/test-events.sh')
-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 $@"