busybox/shell/hush_test/hush-misc/set-n1.tests

3 lines
81 B
Plaintext
Raw Normal View History

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