virt-tar test: Stable ordering of test output.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 1 Aug 2011 14:13:08 +0000 (15:13 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 7 Aug 2011 20:57:06 +0000 (21:57 +0100)
The files could be listed in any order, resulting in the test failing
for no reason.  Sort the output of tar.
(cherry picked from commit 995b3fecb9af7a8bd52b238bad2a631a1193c83a)

tools/test-virt-tar.sh

index 2239c13..dec4f48 100755 (executable)
@@ -6,7 +6,7 @@ set -e
 # Read out the test directory using virt-tar.
 ./virt-tar -x ../images/fedora.img /bin test.tar
 
-if [ "$(tar tf test.tar)" != "./
+if [ "$(tar tf test.tar | sort)" != "./
 ./ls
 ./test1
 ./test2