From: Richard W.M. Jones <rjones@redhat.com>
Date: Mon, 1 Aug 2011 14:13:08 +0000 (+0100)
Subject: virt-tar test: Stable ordering of test output.
X-Git-Tag: 1.13.2~3
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=995b3fecb9af7a8bd52b238bad2a631a1193c83a;p=libguestfs.git

virt-tar test: Stable ordering of test output.

The files could be listed in any order, resulting in the test failing
for no reason.  Sort the output of tar.
---

diff --git a/tools/test-virt-tar.sh b/tools/test-virt-tar.sh
index 2239c13..dec4f48 100755
--- a/tools/test-virt-tar.sh
+++ b/tools/test-virt-tar.sh
@@ -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