]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix false failure on systems without /dev/stdin
authorPádraig Brady <P@draigBrady.com>
Mon, 9 Dec 2013 13:10:40 +0000 (13:10 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 9 Dec 2013 13:14:38 +0000 (13:14 +0000)
commitb1fb185db87d9e173a2e1eacd1d58e9a1bdbeb40
tree0a42afe339f87ecaef8437cdc71cbe7c1fc815c6
parent4f63f275a34089cd04588414d9073eb06901447e
tests: fix false failure on systems without /dev/stdin

* tests/rm/interactive-once.sh: Ensure the expected output
matches with the output on systems without /dev/stdin (like AIX 7).
Also change some fail=1 to a more appropriate framework_failure_.
tests/rm/interactive-once.sh