diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-12 15:59:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-12 15:59:32 +0200 |
commit | e82cf339e476126e4016e417aee3c6eb52c702c9 (patch) | |
tree | af480d4552cb63fcf8ee28600986e9c16c7adb6a /testsuite/tar.tests | |
parent | a2215b98f7d65bc613b9c8f008d79672402c6a07 (diff) | |
download | busybox-w32-e82cf339e476126e4016e417aee3c6eb52c702c9.tar.gz busybox-w32-e82cf339e476126e4016e417aee3c6eb52c702c9.tar.bz2 busybox-w32-e82cf339e476126e4016e417aee3c6eb52c702c9.zip |
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/tar.tests')
-rwxr-xr-x | testsuite/tar.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests index d1d4165ca..f40079037 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests | |||
@@ -84,7 +84,7 @@ chmod 550 input_dir | |||
84 | ln input_file input_dir | 84 | ln input_file input_dir |
85 | ln input_soft input_dir | 85 | ln input_soft input_dir |
86 | tar cf test.tar input_* | 86 | tar cf test.tar input_* |
87 | tar tvf test.tar | sed "s/.*[0-9] input/input/" | 87 | tar tvf test.tar | sed "s/.*[0-9] input/input/" | sort |
88 | tar xf test.tar 2>&1 | 88 | tar xf test.tar 2>&1 |
89 | echo Ok: $? | 89 | echo Ok: $? |
90 | ls -l . input_dir/* | grep input_ | sed "s/\\(^[^ ]*\\) .* input/\\1 input/" | 90 | ls -l . input_dir/* | grep input_ | sed "s/\\(^[^ ]*\\) .* input/\\1 input/" |