diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-06-27 12:54:57 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-06-27 12:54:57 +0200 |
commit | d8799b90f314469c10ada3008856cfdeb98b92f9 (patch) | |
tree | 0d311c0e4ccb9e514e6a92e2d6f68894a0d65ea5 /testsuite/unexpand/unexpand-works-like-GNU | |
parent | a429d5d0f3cbd50be47eea9b839a3bf87d38bf3f (diff) | |
download | busybox-w32-d8799b90f314469c10ada3008856cfdeb98b92f9.tar.gz busybox-w32-d8799b90f314469c10ada3008856cfdeb98b92f9.tar.bz2 busybox-w32-d8799b90f314469c10ada3008856cfdeb98b92f9.zip |
testsuite/unexpand/unexpand-works-like-GNU: fix false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r-- | testsuite/unexpand/unexpand-works-like-GNU | 4 |
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 @@ | |||
1 | # coreutils 8.25 often says "input line is too long" | ||
2 | # on ELF executables. In this case, do not run the test: | ||
3 | unexpand ../../busybox >/dev/null || exit 0 | ||
4 | |||
1 | rm -f foo bar | 5 | rm -f foo bar |
2 | echo " y" | unexpand ../../busybox > foo | 6 | echo " y" | unexpand ../../busybox > foo |
3 | echo " y" | busybox unexpand ../../busybox > bar | 7 | echo " y" | busybox unexpand ../../busybox > bar |