ef8ca7bad4
PR: 220587 Submitted by: Ryan Moeller
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
# $FreeBSD$
|
|
# Test that -c executes command_string with the given name and arg
|
|
|
|
${SH} -c 'echo $0 $@' moo foo | grep -qx -- "moo foo"
|