Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/testsuite/expand/expand-works-like-GNU

    r1765 r2725  
     1# FEATURE: CONFIG_UNEXPAND
     2
    13rm -f foo bar
    2 echo -e "\ty" | expand -t 3 ../../busybox > foo
    3 echo -e "\ty" | busybox unexpand -t 3 ../../busybox > bar
     4$ECHO -e "\ty" | expand -t 3 ../../busybox > foo
     5$ECHO -e "\ty" | busybox unexpand -t 3 ../../busybox > bar
    46set +e
    57test ! -f foo -a -f bar
     
    911fi
    1012rm -f foo bar
    11 echo -e "\ty\tx" | expand -it 3 ../../busybox > foo
    12 echo -e "\ty\tx" | busybox unexpand -it 3 ../../busybox > bar
     13$ECHO -e "\ty\tx" | expand -it 3 ../../busybox > foo
     14$ECHO -e "\ty\tx" | busybox unexpand -it 3 ../../busybox > bar
    1315set +e
    1416test ! -f foo -a -f bar
Note: See TracChangeset for help on using the changeset viewer.