aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/empty_args.tests
blob: efce5494a7af21cc8cf0718af90eb34cd7133010 (plain)
1
2
3
4
5
6
7
8
9
echo Null 0th arg:
""
echo $?
echo Null 1st arg:
# printf without args would print usage info
printf ""
echo $?
echo Null arg in exec:
exec printf ""