busybox/shell/ash_test/ash-misc/empty_args.tests

10 lines
150 B
Plaintext
Raw Normal View History

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 ""