mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 19:06:52 -04:00
7 lines
135 B
Text
7 lines
135 B
Text
# $FreeBSD$
|
|
# Test that attached options after c are processed
|
|
|
|
case `${SH} -ca 'echo $-:$0' moo` in
|
|
*a*:moo) true ;;
|
|
*) false ;;
|
|
esac
|