X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2FT-empty.at;h=2cc943557a8ad586a4a3b96ac02cdf3cbe797859;hp=d3b28dff1bd017e6947bff516ed61c4275b7fc79;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=cd7bdd4076ca154575bbef85eb2157e59befcfe2 diff --git a/tests/T-empty.at b/tests/T-empty.at index d3b28df..2cc9435 100644 --- a/tests/T-empty.at +++ b/tests/T-empty.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright 2006-2007, 2013 Free Software Foundation, Inc. +# Copyright 2006-2007, 2013-2014 Free Software Foundation, Inc. # This file is part of GNU tar. @@ -23,8 +23,8 @@ # Reported by: Karl Berry # References: <200610301353.k9UDr1O30680@f7.net> -AT_SETUP([files-from: empty entries]) -AT_KEYWORDS([files-from empty]) +AT_SETUP([empty entries]) +AT_KEYWORDS([files-from empty-line]) AT_DATA([file-list], [jeden @@ -34,17 +34,16 @@ trzy ]) AT_TAR_CHECK([ -AT_SORT_PREREQ genfile --file jeden genfile --file dwa genfile --file trzy -tar cfvT archive ../file-list | sort +tar cfvT archive ../file-list ], [0], -[dwa -jeden +[jeden +dwa trzy ], [],[],[],[ustar]) # Testing one format is enough