Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / xargs / testsuite / xargs.posix / rc-125.exp
1 #
2 # The technique of using "kill $$" is unreliable.  For example,
3 # on MacOS X, the child just exits with a nonzero status.
4 # This works better but is harder to use in a DejaGnu test:
5 #   yes | xargs -I{} echo | true
6 # Part of the problem here of course is that the exit status of the
7 # pipeline is the exit status of its last compinent.
8 #
9 # This problem is recorded as Savannah bug# 19969.
10 #
11 xargs_start 125 {-n1 -IARG sh -c ARG} stt.xi skip