cpio.tests: remove useless command

1_11_stable
Denis Vlasenko 2008-05-06 12:08:19 +00:00
parent c8f7a97f89
commit 380bcfc9f7
1 changed files with 0 additions and 1 deletions

View File

@ -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
}