[git commit] hush testsuite: fix another false positive

Denys Vlasenko vda.linux at googlemail.com
Sun Oct 2 22:14:26 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=9793fc576afa25715cf75c121dbfd9da1e053b0a
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/hush_test/hush-misc/assignment2.right | 2 +-
 shell/hush_test/hush-misc/assignment2.tests | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/shell/hush_test/hush-misc/assignment2.right b/shell/hush_test/hush-misc/assignment2.right
index 3812a24..9d1860b 100644
--- a/shell/hush_test/hush-misc/assignment2.right
+++ b/shell/hush_test/hush-misc/assignment2.right
@@ -1,2 +1,2 @@
 hush: can't execute 'a=b': No such file or directory
-1
+127
diff --git a/shell/hush_test/hush-misc/assignment2.tests b/shell/hush_test/hush-misc/assignment2.tests
index 540e01e..f693843 100755
--- a/shell/hush_test/hush-misc/assignment2.tests
+++ b/shell/hush_test/hush-misc/assignment2.tests
@@ -1,4 +1,3 @@
 # This must not be interpreted as an assignment
 a''=b true
 echo $?
-# (buglet: $? should be 127. it is currently 1)


More information about the busybox-cvs mailing list