mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
snapshot: Fix tests/virsh-snapshot
Creating an 'exp' output file, but never comparing it against the
actual output, does not actually constitute testing the output. :)
Fixes: 280a2b41e
Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
1fd28a2e79
commit
0dbfc3965c
@ -207,6 +207,8 @@ Descendants: 0
|
||||
Metadata: yes
|
||||
|
||||
EOF
|
||||
sed '1,/^virsh #/d; /virsh #/d' < out > out.cooked || fail=1
|
||||
compare exp out.cooked || fail=1
|
||||
|
||||
cat <<EOF > exp || fail=1
|
||||
error: invalid argument: parent s3 for moment s2 not found
|
||||
|
Loading…
Reference in New Issue
Block a user