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 ee8c793..8431112 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 |