Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/ash_test/ash-read/read_REPLY.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (13 years, 11 months ago) by niro
File size: 282 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 echo ' \abc1 d\ef ' | ( read ; echo "test 1: |$REPLY|" )
2 echo ' \abc2 d\ef ' | ( read -r ; echo "test 2: |$REPLY|" )
3 echo ' \abc3 d\ef ' | ( read REPLY; echo "test 3: |$REPLY|" )
4 echo ' \abc4 d\ef ' | ( read -r REPLY; echo "test 4: |$REPLY|" )
5 echo Done

Properties

Name Value
svn:executable *