nt9856x/BSP/busybox/shell/ash_test/ash-misc/empty_args.tests
2023-03-28 15:07:53 +08:00

10 lines
150 B
Plaintext
Executable File

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