cpio.tests: remove useless command

This commit is contained in:
Denis Vlasenko 2008-05-06 12:08:19 +00:00
parent c8f7a97f89
commit 380bcfc9f7

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
}