]> Dogcows Code - chaz/tar/blobdiff - tests/T-null.at
Use AT_DATA for sample output.
[chaz/tar] / 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.021454 seconds and 4 git commands to generate.