From: Pavel Raiskup Date: Mon, 19 Aug 2013 11:26:18 +0000 (+0300) Subject: Minor fix in the testsuite. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=88cb5008a6133cfbc129408273aa69266f2502a0 Minor fix in the testsuite. * tests/T-cd.at: sort the 'tar cf' output. --- diff --git a/tests/T-cd.at b/tests/T-cd.at index ac76021..d8fcd88 100644 --- a/tests/T-cd.at +++ b/tests/T-cd.at @@ -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