[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
- Re: [Bug-tar] tar -T option, (continued)
- Re: [Bug-tar] tar -T option, Sergey Poznyakoff, 2013/08/15
- Re: [Bug-tar] tar -T option, Pavel Raiskup, 2013/08/15
- Re: [Bug-tar] tar -T option, Christian Wetzel, 2013/08/15
- Re: [Bug-tar] tar -T option, Pavel Raiskup, 2013/08/15
- Re: [Bug-tar] tar -T option, Sergey Poznyakoff, 2013/08/15
- Re: [Bug-tar] tar -T option, Pavel Raiskup, 2013/08/16
- Re: [Bug-tar] tar -T option, Sergey Poznyakoff, 2013/08/16
- Re: [Bug-tar] tar -T option, Pavel Raiskup, 2013/08/16
- Re: [Bug-tar] tar -T option, Sergey Poznyakoff, 2013/08/16
- Re: [Bug-tar] tar -T option, Sergey Poznyakoff, 2013/08/16
- [Bug-tar] [PATCH] tar -T option,
Pavel Raiskup <=
- Re: [Bug-tar] [PATCH] tar -T option, Sergey Poznyakoff, 2013/08/19