X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=tests%2Fshortrec.at;h=98711434019f51d1b605983f9f847d144b1feecb;hb=ac8690fc4e1f697b89e00a0335eeaf6d27b33288;hp=d3a2252d1815c212019f8bb4f63c414090b6469b;hpb=120e96c480fbfc5fa31fba0f59ba1a45953b838e;p=chaz%2Ftar diff --git a/tests/shortrec.at b/tests/shortrec.at index d3a2252..9871143 100644 --- a/tests/shortrec.at +++ b/tests/shortrec.at @@ -28,10 +28,10 @@ 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 -f - directory | tar -t -f - >/dev/null tar -c -b 1 -f archive directory tar -t -f archive >/dev/null -tar -t /dev/null +tar -t -f - < archive >/dev/null rm -r directory ])