mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
4 lines
134 B
Text
4 lines
134 B
Text
# $FreeBSD$
|
|
# Test that -c executes command_string with the given name and arg
|
|
|
|
${SH} -c 'echo $0 $@' moo foo | grep -qx -- "moo foo"
|