projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8f7a97
)
cpio.tests: remove useless command
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 6 May 2008 12:08:19 +0000
(12:08 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 6 May 2008 12:08:19 +0000
(12:08 -0000)
testsuite/cpio.tests
patch
|
blob
|
history
diff --git
a/testsuite/cpio.tests
b/testsuite/cpio.tests
index d42e5145fe34505fddc4ee24af96f5d29a59552a..55594b3a61bdb467b2d61cf11ab48e00ffa7cd23 100755
(executable)
--- a/
testsuite/cpio.tests
+++ b/
testsuite/cpio.tests
@@
-7,7
+7,6
@@
# check if hexdump supports the '-R' option
hexdump -R </dev/null >/dev/null 2>&1 || {
echo "'hexdump -R' is not available" >&2
- SKIP=1
exit 1
}