From: Sergey Poznyakoff Date: Thu, 4 Oct 2007 07:16:39 +0000 (+0000) Subject: Use AT_DATA for sample output. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=9b22262fc6c559451d68617aeded10a3da51ffe8 Use AT_DATA for sample output. --- diff --git a/tests/T-null.at b/tests/T-null.at index 4889fc6..c45dab6 100644 --- a/tests/T-null.at +++ b/tests/T-null.at @@ -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 @@ -37,9 +41,7 @@ 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