Imported from ../bash-2.0.tar.gz.
[platform/upstream/bash.git] / tests / misc / redir.t4.sh
index 861acdd..78633dc 100644 (file)
@@ -1,7 +1,7 @@
 echo "Point 1"
 exec 3</etc/passwd
-exec 4>a
-exec 5>b
+exec 4>/tmp/a
+exec 5>/tmp/b
 echo "Point 2"
 echo to a 1>&4
 echo to b 1>&5