X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FT-null.at;h=8f42e5b6a6dc20978bb8adcb3a379f160f3bd292;hb=cd7bdd4076ca154575bbef85eb2157e59befcfe2;hp=5606b85f9d1766ca553854100f761bb64e64e0c5;hpb=2504e7d3ae123079e7883b8c23175b1a26a5e077;p=chaz%2Ftar diff --git a/tests/T-null.at b/tests/T-null.at index 5606b85..8f42e5b 100644 --- a/tests/T-null.at +++ b/tests/T-null.at @@ -1,25 +1,29 @@ # 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 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_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