aboutsummaryrefslogtreecommitdiff
path: root/testsuite/unexpand/unexpand-works-like-GNU
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/unexpand/unexpand-works-like-GNU')
-rw-r--r--testsuite/unexpand/unexpand-works-like-GNU4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/unexpand/unexpand-works-like-GNU b/testsuite/unexpand/unexpand-works-like-GNU
index a5258363f..111b277b5 100644
--- a/testsuite/unexpand/unexpand-works-like-GNU
+++ b/testsuite/unexpand/unexpand-works-like-GNU
@@ -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