busybox/shell/ash_test/ash-misc/set-n1.tests

3 lines
81 B
Plaintext
Executable File

$THIS_SH -c "echo 'set -n stops in -c?'; set -n; echo NO" && echo YES
echo Ok:$?