]> Dogcows Code - chaz/tar/commitdiff
Minor fix in the testsuite.
authorPavel Raiskup <praiskup@redhat.com>
Mon, 19 Aug 2013 11:26:18 +0000 (14:26 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 19 Aug 2013 11:26:18 +0000 (14:26 +0300)
* tests/T-cd.at: sort the 'tar cf' output.

tests/T-cd.at

index ac76021bce95374f5b426ff80a392abba4e320f9..d8fcd88aaed7b9d4091d99282afa938009083553 100644 (file)
@@ -22,6 +22,7 @@ AT_SETUP([-C in file lists])
 AT_KEYWORDS([files-from T-cd])
 
 AT_TAR_CHECK([
+AT_SORT_PREREQ
 >file1
 mkdir dir
 >dir/file2
@@ -31,13 +32,13 @@ AT_DATA([F1],[file1
 .
 ])
 tar cf archive -T F1
-tar tf archive
+tar tf archive | sort
 ],
 [0],
-[file1
-./
+[./
 ./file2
 ./file3
+file1
 ],[],[],[],[ustar])
 
 AT_CLEANUP
This page took 0.019438 seconds and 4 git commands to generate.