mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests/md: Fix error path to display the correct output.
This commit is contained in:
@@ -73,7 +73,7 @@ expected="/dev/sda1: ext3
|
||||
# Check the output of list-filesystems
|
||||
if [ "$(cat list-fs.output)" != "$expected" ]; then
|
||||
echo "$0: error: output of list-filesystems did not match expected output"
|
||||
printf "%s\n" "$output"
|
||||
cat list-fs.output
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user