diff options
-rwxr-xr-x | fish/test-remote-events.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/test-remote-events.sh b/fish/test-remote-events.sh index 978b2c73..41c2596c 100755 --- a/fish/test-remote-events.sh +++ b/fish/test-remote-events.sh @@ -35,7 +35,7 @@ fi # Test close event (RHBZ#802389). output="$(./guestfish --remote quit)" -if [ "$output" != '"closed"']; then +if [ "$output" != "closed" ]; then echo "$0: close event failed:" echo "$output" exit 1 |