]> Dogcows Code - chaz/tar/blobdiff - tests/pipe.at
Update copyright year
[chaz/tar] / tests / pipe.at
index 07e4d8d45abfb6a45612e70bb099f92bf7347ba5..c557b29a1e0bc3016af9b657986b23f40887f7e6 100644 (file)
@@ -31,12 +31,14 @@ AT_SETUP([decompressing from stdin])
 AT_KEYWORDS([pipe])
 
 AT_TAR_CHECK([
+AT_SORT_PREREQ
+
 mkdir directory
 genfile --length 10240 --pattern zeros --file directory/file1
 genfile --length 13 --file directory/file2
-tar cf archive directory|sort 2>/dev/null
+tar cf archive directory|sort 
 mv directory orig
-cat archive | tar xfv - | sort 2>/dev/null
+cat archive | tar xfv - | sort 
 echo "separator"
 cmp orig/file1 directory/file1
 echo "separator"
This page took 0.021691 seconds and 4 git commands to generate.