From d8799b90f314469c10ada3008856cfdeb98b92f9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 27 Jun 2018 12:54:57 +0200 Subject: testsuite/unexpand/unexpand-works-like-GNU: fix false positive Signed-off-by: Denys Vlasenko --- testsuite/unexpand/unexpand-works-like-GNU | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuite') 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 -- cgit v1.2.3