diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-06 12:08:19 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-06 12:08:19 +0000 |
commit | 380bcfc9f7ce8a979aa6ec16b15e586c65c8f3aa (patch) | |
tree | 5a92d0dfaef987388318d4c45360ce45b5207b43 | |
parent | c8f7a97f89d85c5f598b8dce9c58294ccfa8e17a (diff) | |
download | busybox-w32-380bcfc9f7ce8a979aa6ec16b15e586c65c8f3aa.tar.gz busybox-w32-380bcfc9f7ce8a979aa6ec16b15e586c65c8f3aa.tar.bz2 busybox-w32-380bcfc9f7ce8a979aa6ec16b15e586c65c8f3aa.zip |
cpio.tests: remove useless command
-rwxr-xr-x | testsuite/cpio.tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index d42e5145f..55594b3a6 100755 --- a/testsuite/cpio.tests +++ b/testsuite/cpio.tests | |||
@@ -7,7 +7,6 @@ | |||
7 | # check if hexdump supports the '-R' option | 7 | # check if hexdump supports the '-R' option |
8 | hexdump -R </dev/null >/dev/null 2>&1 || { | 8 | hexdump -R </dev/null >/dev/null 2>&1 || { |
9 | echo "'hexdump -R' is not available" >&2 | 9 | echo "'hexdump -R' is not available" >&2 |
10 | SKIP=1 | ||
11 | exit 1 | 10 | exit 1 |
12 | } | 11 | } |
13 | 12 | ||