From 170435c575bb53e1e4d55aa74d471c293c21039e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 23 May 2007 13:01:10 +0000 Subject: hush: fix job control with eval /bin/external_prog hush: fix parsing of unterminated "str with no EOL hush: improved make_string() (smaller, faster, needs less RAM) hush: renamed several functions --- shell/hush_test/hush-bugs/noeol3.right | 1 + shell/hush_test/hush-bugs/noeol3.tests | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 shell/hush_test/hush-bugs/noeol3.right create mode 100755 shell/hush_test/hush-bugs/noeol3.tests (limited to 'shell/hush_test') diff --git a/shell/hush_test/hush-bugs/noeol3.right b/shell/hush_test/hush-bugs/noeol3.right new file mode 100644 index 000000000..a0ce47f30 --- /dev/null +++ b/shell/hush_test/hush-bugs/noeol3.right @@ -0,0 +1 @@ +hush: syntax error hush.c:3370 diff --git a/shell/hush_test/hush-bugs/noeol3.tests b/shell/hush_test/hush-bugs/noeol3.tests new file mode 100755 index 000000000..ec958ed7a --- /dev/null +++ b/shell/hush_test/hush-bugs/noeol3.tests @@ -0,0 +1,2 @@ +# last line has no EOL! +echo "unterminated \ No newline at end of file -- cgit v1.2.3