mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -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
|