X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2FT-cd.at;h=051d8091ed2b72dab47dca7647f22d3712c5244b;hp=ac76021bce95374f5b426ff80a392abba4e320f9;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=1fe0c83de46968700206536b626ef82d6e59076c diff --git a/tests/T-cd.at b/tests/T-cd.at index ac76021..051d809 100644 --- a/tests/T-cd.at +++ b/tests/T-cd.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # # Test suite for GNU tar. -# Copyright 2013 Free Software Foundation, Inc. +# Copyright 2013-2014 Free Software Foundation, Inc. # # This file is part of GNU tar. # @@ -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