cpio.tests: remove useless command
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 6 May 2008 12:08:19 +0000 (12:08 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 6 May 2008 12:08:19 +0000 (12:08 -0000)
testsuite/cpio.tests

index d42e5145fe34505fddc4ee24af96f5d29a59552a..55594b3a61bdb467b2d61cf11ab48e00ffa7cd23 100755 (executable)
@@ -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
 }