Imported from ../bash-2.01.tar.gz.
[platform/upstream/bash.git] / tests / redir3.sub
similarity index 91%
rename from tests/misc/redir.t1.sh
rename to tests/redir3.sub
index 0ea00f9..c486253 100644 (file)
@@ -2,7 +2,7 @@ read line1
 
 echo read line1 \"$line1\"
 
-exec 4</etc/passwd
+exec 4<./redir3.in2
 
 exec 5<&0
 exec 0<&4