hush testsuite: fix another false positive
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 2 Oct 2016 22:14:26 +0000 (00:14 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 2 Oct 2016 22:14:26 +0000 (00:14 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush_test/hush-misc/assignment2.right
shell/hush_test/hush-misc/assignment2.tests

index 3812a24ffb51edcfd1dc2509f06840e37b6c803a..9d1860be7005512edcb628a733871a586d7b1d21 100644 (file)
@@ -1,2 +1,2 @@
 hush: can't execute 'a=b': No such file or directory
-1
+127
index 540e01ec2389e27900f46aa19d3565837201ac5d..f6938434c689dd92b6eae8528b8569586fd5667e 100755 (executable)
@@ -1,4 +1,3 @@
 # This must not be interpreted as an assignment
 a''=b true
 echo $?
-# (buglet: $? should be 127. it is currently 1)