diff options
Diffstat (limited to 'tools/test-virt-tar.sh')
-rwxr-xr-x | tools/test-virt-tar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-virt-tar.sh b/tools/test-virt-tar.sh index 2239c138..dec4f482 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 |