]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/redir1.sub
Clean out import-tars branch
[thirdparty/bash.git] / tests / redir1.sub
diff --git a/tests/redir1.sub b/tests/redir1.sub
deleted file mode 100644 (file)
index f1082e9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# Test the effect of input buffering on the shell's input
-#
-echo this is redir1.sub
-
-exec 0< redir2.sub
-
-echo BUG: after exec in redir1.sub