summaryrefslogtreecommitdiffstats
path: root/testsuite/execrc
blob: deff87e7bf52cf144d12cda52393fc0019e396cb (plain)
1
2
3
4
5
#! /bin/sh

# Run given program, but return a successful rc anyway.
eval $@
exit 0