aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/cpio.tests1
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
8hexdump -R </dev/null >/dev/null 2>&1 || { 8hexdump -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