Magellan Linux

Annotation of /trunk/mkinitrd-magellan/busybox/shell/ash_test/ash-misc/last_amp.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (hide annotations) (download)
Sun May 30 11:32:42 2010 UTC (14 years ago) by niro
File size: 156 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 niro 984 $THIS_SH -c 'echo 3&'
2     d=`date`
3     while test "`date`" = "$d"; do true; done
4     d1=`date`
5     $THIS_SH -c 'sleep 1&'
6     d2=`date`
7     test "$d1" = "$d2" || echo BAD
8     echo End

Properties

Name Value
svn:executable *