hush: fix "unterminated last line loops forever" bug
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 10 May 2007 23:06:55 +0000 (23:06 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 10 May 2007 23:06:55 +0000 (23:06 -0000)
commite0a336747c2061d0d555c4e15287b513831d2947
treed51595efe1d14bc4f236d70a5ce7fac0a47e99cc
parent53079d494ef0c1fec481b062b3614c45e60eb057
hush: fix "unterminated last line loops forever" bug
hush: add testsuite infrastructure
shell/hush.c
shell/hush_test/hush-parsing/noeol.right [new file with mode: 0644]
shell/hush_test/hush-parsing/noeol.tests [new file with mode: 0644]
shell/hush_test/hush-vars/var.right [new file with mode: 0644]
shell/hush_test/hush-vars/var.tests [new file with mode: 0644]
shell/hush_test/run-all [new file with mode: 0644]