]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: use returns_ function for new split test
authorBernhard Voelker <mail@bernhard-voelker.de>
Tue, 20 Jan 2015 00:54:55 +0000 (01:54 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Tue, 20 Jan 2015 00:54:55 +0000 (01:54 +0100)
commitcdd21d31a3fdd4ffd7a90fa3b43fb7f1c08d8f6d
tree433cdf148fd07e829f4703e27d0097bd18a6da42
parent4c795d543908ea4715b3e0bd6c6cf908315936d8
tests: use returns_ function for new split test

* tests/split/record-sep.sh: Use the recently added returns_ function
to simplify the shell syntax in this test.  Also remove the redirection
of stdout/stderr to /dev/null as this eases analyzing errors.
tests/split/record-sep.sh