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