testsuite/unexpand/unexpand-works-like-GNU: fix false positive
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 27 Jun 2018 10:54:57 +0000 (12:54 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 27 Jun 2018 10:54:57 +0000 (12:54 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
testsuite/unexpand/unexpand-works-like-GNU

index a5258363fd66c89d5040092179d7cc9f562bf25f..111b277b5fc325247c6272733181dfd748e6ca44 100644 (file)
@@ -1,3 +1,7 @@
+# coreutils 8.25 often says "input line is too long"
+# on ELF executables. In this case, do not run the test:
+unexpand ../../busybox >/dev/null || exit 0
+
 rm -f foo bar
 echo "       y" | unexpand ../../busybox > foo
 echo "       y" | busybox unexpand ../../busybox > bar