Imported from ../bash-4.0-rc1.tar.gz.
[platform/upstream/bash.git] / tests / heredoc.right
index d71781e..8eee6b2 100644 (file)
@@ -20,7 +20,7 @@ jkl mno
 fff is a function
 fff () 
 { 
-    ed /tmp/foo  >/dev/null <<ENDOFINPUT
+    ed /tmp/foo  > /dev/null <<ENDOFINPUT
 /^name/d
 w
 q
@@ -31,7 +31,7 @@ ENDOFINPUT
 fff is a function
 fff () 
 { 
-    ed /tmp/foo >/dev/null  <<ENDOFINPUT
+    ed /tmp/foo > /dev/null  <<ENDOFINPUT
 /^name/d
 w
 q
@@ -39,5 +39,6 @@ ENDOFINPUT
 
     aa=1
 }
+./heredoc.tests: line 94: warning: here-document at line 92 delimited by end-of-file (wanted `EOF')
 hi
 there