diff options
-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 d42e514..55594b3 100755 --- 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 } |