diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 05:53:16 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 05:53:16 +0200 |
commit | e3d90a90d43b857a5305808560d485b030a15c0a (patch) | |
tree | c731624c6ac8755ae485f600235d4b29ff337582 /testsuite/expand/expand-works-like-GNU | |
parent | 1602a5cdb9b68aec34389961b1c1d134d8b59d07 (diff) | |
download | busybox-e3d90a90d43b857a5305808560d485b030a15c0a.tar.gz |
randomconfig testsuite fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/expand/expand-works-like-GNU')
-rw-r--r-- | testsuite/expand/expand-works-like-GNU | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/expand/expand-works-like-GNU b/testsuite/expand/expand-works-like-GNU index ee8c793ed..843111275 100644 --- a/testsuite/expand/expand-works-like-GNU +++ b/testsuite/expand/expand-works-like-GNU @@ -1,3 +1,5 @@ +# FEATURE: CONFIG_UNEXPAND + rm -f foo bar echo -e "\ty" | expand -t 3 ../../busybox > foo echo -e "\ty" | busybox unexpand -t 3 ../../busybox > bar |