Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/ash_test/ash-vars/var_leak.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 816 - (show annotations) (download)
Fri Apr 24 18:33:46 2009 UTC (15 years, 1 month ago) by niro
File size: 185 byte(s)
-updated to busybox-1.13.4
1 # This currently fails with CONFIG_FEATURE_SH_NOFORK=y
2 VAR=''
3 VAR=qwe true
4 echo "should be empty: '$VAR'"
5
6 # This fails (always)
7 VAR=''
8 VAR=qwe exec 2>&1
9 echo "should be empty: '$VAR'"