summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/invocation/sh-c1.0
blob: 07dc0d840145cc3f1724c3650ece1d3278d08c7d (plain)
1
2
3
# Test that -c executes command_string with the given name and arg

${SH} -c 'echo $0 $@' moo foo | grep -qx -- "moo foo"