]> Dogcows Code - chaz/tar/commitdiff
Testsuite fix.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 12 Mar 2011 20:22:21 +0000 (22:22 +0200)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 12 Mar 2011 20:22:21 +0000 (22:22 +0200)
* tests/sparse04.at: Use the -f option.

tests/sparse04.at

index 4d41be7cb840e7cefc6c3d732cae30ee7f545000..9520803a49a2e0193bde81ff590ffe262dfabe04 100644 (file)
@@ -34,7 +34,7 @@ m4_define([NAME_111],
 
 AT_TAR_CHECK([
 genfile --sparse --file NAME_111 --block-size 512 8M A || AT_SKIP_TEST
-tar -c --sparse --posix NAME_111 | tar t
+tar -f - -c --sparse --posix NAME_111 | tar tf -
 ],
 [0],
 [NAME_111
This page took 0.020223 seconds and 4 git commands to generate.