summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/shell/hush_test/hush-misc/empty_for2.tests
blob: 2b12ec2c19fd02c3f1f1f095477d0acdc2083eb7 (plain)
1
2
3
4
5
6
if test $# = 0; then
    exec "$THIS_SH" $0 abc "d e" 123
fi
false
for v; do echo "PARAM:$v"; done
echo OK: $?