X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2FT-null.at;h=c45dab60c59e484d183487f9e562710a08a0d5c7;hb=15abf5c4d987896957891ef78b14e0694b44fdb8;hp=5606b85f9d1766ca553854100f761bb64e64e0c5;hpb=2504e7d3ae123079e7883b8c23175b1a26a5e077;p=chaz%2Ftar diff --git a/tests/T-null.at b/tests/T-null.at index 5606b85..c45dab6 100644 --- a/tests/T-null.at +++ b/tests/T-null.at @@ -1,11 +1,11 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, @@ -19,7 +19,11 @@ # 02110-1301, USA. AT_SETUP([files-from: 0-separated file without -0]) -AT_KEYWORDS([files-from null]) +AT_KEYWORDS([files-from null T-null]) + +AT_DATA([expout],[jeden\ndwa +trzy +]) AT_TAR_CHECK([ AT_SORT_PREREQ @@ -31,16 +35,14 @@ echo jeden > file-list cat temp1 >> file-list genfile -f "jeden -dwa" +dwa" || AT_SKIP_TEST genfile -f trzy tar cfTv archive file-list | sort ], [0], -[jeden\ndwa -trzy -], +[expout], [tar: file-list: file name read contains nul character -],[],[ustar]) # Testing one format is enough +],[],[],[ustar]) # Testing one format is enough AT_CLEANUP