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 @@
1# FEATURE: CONFIG_UNEXPAND
2
1rm -f foo bar 3rm -f foo bar
2echo -e "\ty" | expand -t 3 ../../busybox > foo 4echo -e "\ty" | expand -t 3 ../../busybox > foo
3echo -e "\ty" | busybox unexpand -t 3 ../../busybox > bar 5echo -e "\ty" | busybox unexpand -t 3 ../../busybox > bar