bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] [PATCH] tar -T option


From: Pavel Raiskup
Subject: [Bug-tar] [PATCH] tar -T option
Date: Mon, 19 Aug 2013 10:01:22 +0200

Thanks for update, I haven't found time for proper review of
chagnes, but the testsuite (after applying this patch) works for
me.

Pavel
---
 tests/T-cd.at | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tests/T-cd.at b/tests/T-cd.at
index ac76021..d8fcd88 100644
--- a/tests/T-cd.at
+++ b/tests/T-cd.at
@@ -22,6 +22,7 @@ AT_SETUP([-C in file lists])
 AT_KEYWORDS([files-from T-cd])
 
 AT_TAR_CHECK([
+AT_SORT_PREREQ
 >file1
 mkdir dir
 >dir/file2
@@ -31,13 +32,13 @@ AT_DATA([F1],[file1
 .
 ])
 tar cf archive -T F1
-tar tf archive
+tar tf archive | sort
 ],
 [0],
-[file1
-./
+[./
 ./file2
 ./file3
+file1
 ],[],[],[],[ustar])
 
 AT_CLEANUP
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]