]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: support stderr verification with returns_()
authorPádraig Brady <P@draigBrady.com>
Mon, 16 Feb 2015 17:20:39 +0000 (17:20 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 18 Feb 2015 23:36:34 +0000 (23:36 +0000)
commitced120406f47584eb672f9731d5fee0e62761c0c
treefd541cebb173a5bfe001bfd1d2286e7acb8b6353
parent9f5dce80702d494535ab332273d20da1f9ca4365
tests: support stderr verification with returns_()

* tests/init.sh (returns_): Disable tracing for this wrapper
function, so that stderr of the wrapped command is unchanged,
allowing for verification of the contents.
tests/init.sh