2cc32af06f
PR: 220587 Submitted by: Ryan Moeller
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
# $FreeBSD$
|
|
# Test that attached options after c are processed
|
|
|
|
case `${SH} -ca 'echo $-:$0' moo` in
|
|
*a*:moo) true ;;
|
|
*) false ;;
|
|
esac
|