aboutsummaryrefslogtreecommitdiff
path: root/testsuite/expand/expand-works-like-GNU
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/expand/expand-works-like-GNU')
-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