ef8ca7bad4
PR: 220587 Submitted by: Ryan Moeller
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
# $FreeBSD$
|
|
# Test that attached options before and after c are processed
|
|
|
|
case `${SH} -fca 'echo $-:$-:$0:$@' foo -bar` in
|
|
*f*:*a*:foo:-bar) true ;;
|
|
*) false ;;
|
|
esac
|