aboutsummaryrefslogtreecommitdiff
path: root/testsuite/expand
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-10 05:53:16 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-10 05:53:16 +0200
commite3d90a90d43b857a5305808560d485b030a15c0a (patch)
treec731624c6ac8755ae485f600235d4b29ff337582 /testsuite/expand
parent1602a5cdb9b68aec34389961b1c1d134d8b59d07 (diff)
downloadbusybox-e3d90a90d43b857a5305808560d485b030a15c0a.tar.gz
randomconfig testsuite fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/expand')
-rw-r--r--testsuite/expand/expand-works-like-GNU2
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