X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2FT-null.at;h=795f64dd55174c49fe3eab6ee0832b5fe8a64e61;hp=5606b85f9d1766ca553854100f761bb64e64e0c5;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=2504e7d3ae123079e7883b8c23175b1a26a5e077 diff --git a/tests/T-null.at b/tests/T-null.at index 5606b85..795f64d 100644 --- a/tests/T-null.at +++ b/tests/T-null.at @@ -1,46 +1,46 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright 2006-2007, 2013-2014 Free Software Foundation, Inc. -# This program is free software; you can redistribute it and/or modify +# This file is part of GNU tar. + +# GNU tar 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) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. -# This program is distributed in the hope that it will be useful, +# GNU tar is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see . -AT_SETUP([files-from: 0-separated file without -0]) -AT_KEYWORDS([files-from null]) +AT_SETUP([0-separated file without -0]) +AT_KEYWORDS([files-from null T-null]) AT_TAR_CHECK([ AT_SORT_PREREQ -echo dwa > temp +echo jeden > temp +echo dwa >> temp echo trzy >> temp -cat temp | tr '\n' '\0' > temp1 -echo jeden > file-list -cat temp1 >> file-list +cat temp | tr '\n' '\0' > file-list -genfile -f "jeden -dwa" +genfile -f jeden +genfile -f dwa genfile -f trzy -tar cfTv archive file-list | sort +tar cfTv archive file-list ], [0], -[jeden\ndwa +[jeden +dwa trzy ], [tar: file-list: file name read contains nul character -],[],[ustar]) # Testing one format is enough +],[],[],[ustar]) # Testing one format is enough AT_CLEANUP