mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
fish: Fix test-remote-events test.
Because the shell script was missing a space, the final output test was failing, although for some reason this didn't cause the whole test to fail. Fixing the missing space also revealed a bug in the test output, which is also fixed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user