]> Dogcows Code - chaz/tar/commitdiff
Use AT_DATA for sample output.
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 4 Oct 2007 07:16:39 +0000 (07:16 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 4 Oct 2007 07:16:39 +0000 (07:16 +0000)
tests/T-null.at

index 4889fc628d9cb730a84ebf53bb5873fa22c20d6e..c45dab60c59e484d183487f9e562710a08a0d5c7 100644 (file)
 # 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
 
This page took 0.021857 seconds and 4 git commands to generate.