[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-tar] 1.15.92: tests/shortrec.at fix
From: |
Christian Weisgerber |
Subject: |
[Bug-tar] 1.15.92: tests/shortrec.at fix |
Date: |
Fri, 20 Oct 2006 18:33:03 +0200 |
User-agent: |
Mutt/1.4.2.2i |
In tar 1.15.92, tests/shortrec.at still assumes that tar was built with
DEFAULT_ARCHIVE=- (stdin/out).
--- tests/shortrec.at.orig Fri Oct 20 17:35:12 2006
+++ tests/shortrec.at Fri Oct 20 17:35:28 2006
@@ -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 -f - >/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 -f - < archive >/dev/null
--
Christian "naddy" Weisgerber address@hidden
- [Bug-tar] 1.15.92: tests/shortrec.at fix,
Christian Weisgerber <=