]> Dogcows Code - chaz/tar/blobdiff - tests/extrac04.at
Discard stderr from sort, on some systems it spits out lots of irrelevant info.
[chaz/tar] / tests / extrac04.at
index 4aebf4b4919a75abe0dfb16c873c2aa35c9e5b6c..1cf558a62ff301ecf40bea56f24853d0900e25d7 100644 (file)
@@ -35,7 +35,7 @@ tar -cf archive ./file1 directory
 tar -tf archive \
   --exclude='./*1' \
   --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
+  --exclude='d*/s*/*2' | sort 2>/dev/null
 ],
 [0],
 [directory/
This page took 0.02006 seconds and 4 git commands to generate.