From: Sergey Poznyakoff Date: Fri, 23 Jun 2006 15:23:47 +0000 (+0000) Subject: Explicitely give `-f -' to the tar invocation X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=e2ecb82711acc1eec075c6d8daeaf09f1d37de2e Explicitely give `-f -' to the tar invocation --- diff --git a/tests/shortrec.at b/tests/shortrec.at index 9705341..290b40b 100644 --- a/tests/shortrec.at +++ b/tests/shortrec.at @@ -28,7 +28,7 @@ AT_KEYWORDS([shortrec.at]) AT_TAR_CHECK([ mkdir directory (cd directory && touch a b c d e f g h i j k l m n o p q r) -tar -c -b 1 directory | tar -t >/dev/null +tar -c -b 1 directory | tar -t -f - >/dev/null tar -c -b 1 -f archive directory tar -t -f archive >/dev/null tar -t -f - < archive >/dev/null