xref: /freebsd/bin/sh/tests/invocation/sh-c1.0 (revision e51b3d8e53cee7d6a36e34e1cd4d588593d71b40)
1# Test that -c executes command_string with the given name and arg
2
3${SH} -c 'echo $0 $@' moo foo | grep -qx -- "moo foo"
4