bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] [PATCH] testsuite: sort (otherwise random) expected output


From: Pavel Raiskup
Subject: [Bug-tar] [PATCH] testsuite: sort (otherwise random) expected output
Date: Wed, 17 Dec 2014 08:11:27 +0100

* tests/T-dir00.at: Call AT_SORT_PREREQ, sort the 'tar x' stdout.
* tests/T-dir01.at: Likewise.
---
 tests/T-dir00.at | 3 ++-
 tests/T-dir01.at | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/T-dir00.at b/tests/T-dir00.at
index 7f89fcf..8ff6ba8 100644
--- a/tests/T-dir00.at
+++ b/tests/T-dir00.at
@@ -28,13 +28,14 @@
 AT_SETUP([recursive extraction from --files-from])
 AT_KEYWORDS([files-from extract T-dir T-dir00])
 AT_TAR_CHECK([
+AT_SORT_PREREQ
 mkdir dir
 genfile -f dir/file1
 genfile -f dir/file2
 tar cf archive dir
 rm -rf dir
 echo dir > list
-tar xfTv archive list
+tar xfTv archive list | sort
 ],
 [0],
 [dir/
diff --git a/tests/T-dir01.at b/tests/T-dir01.at
index 155a373..db92292 100644
--- a/tests/T-dir01.at
+++ b/tests/T-dir01.at
@@ -28,13 +28,14 @@
 AT_SETUP([trailing slash in --files-from])
 AT_KEYWORDS([files-from extract T-dir T-dir01])
 AT_TAR_CHECK([
+AT_SORT_PREREQ
 mkdir dir
 genfile -f dir/file1
 genfile -f dir/file2
 tar cf archive dir
 rm -rf dir
 echo dir/ > list
-tar xfTv archive list
+tar xfTv archive list | sort
 ],
 [0],
 [dir/
-- 
2.1.0




reply via email to

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