]> Dogcows Code - chaz/tar/blobdiff - tests/same-order01.at
Call AT_SORT_PREREQ. Remove fd 2 redirection after sort invocations
[chaz/tar] / tests / same-order01.at
index e06595347259b786965ac64b881bb3170dadbe61..e04c812db21d404de94cb85f05e483a288aa2e15 100644 (file)
@@ -27,6 +27,8 @@ AT_SETUP([same-order01])
 AT_KEYWORDS([same-order same-order01])
 
 AT_TAR_CHECK([
+AT_SORT_PREREQ
+
 genfile -l 1024 -f file1
 genfile -l 1024 -f file2
 tar cf archive file1 file2
@@ -34,7 +36,7 @@ tar cf archive file1 file2
 mkdir directory
 tar -xf archive --same-order -C directory || exit 1
 
-ls directory|sort 2>/dev/null
+ls directory|sort 
 ],
 [0],
 [file1
This page took 0.020048 seconds and 4 git commands to generate.