From c4cf542c575068d55368e771abf6c358bfebf5d3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 2 Oct 2016 17:55:51 +0200 Subject: sh testsuite: create hush-redir/* and move files around Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-misc/redir5.tests | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 shell/hush_test/hush-misc/redir5.tests (limited to 'shell/hush_test/hush-misc/redir5.tests') diff --git a/shell/hush_test/hush-misc/redir5.tests b/shell/hush_test/hush-misc/redir5.tests deleted file mode 100755 index 957f9c81f..000000000 --- a/shell/hush_test/hush-misc/redir5.tests +++ /dev/null @@ -1,13 +0,0 @@ -echo "Backgrounded pipes shall have their stdin redirected to /dev/null" - -# 1. bash does not redirect stdin to /dev/null if it is interactive. -# hush does it always (this is allowed by standards). - -# 2. Failure will result in this script hanging - -cat & wait; echo Zero:$? - -# This does not work for bash! bash bug? -cat | cat & wait; echo Zero:$? - -echo Done -- cgit v1.2.3