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

15 lines
130 B
Plaintext
Executable File

unset a
# Heredoc with empty delimiter
cat <<- ""
OK1
echo Ok:$?
# Heredoc with empty delimiter
cat <<- ""
OK2
echo Ok:$?