aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/assignment2.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-10-03 00:14:26 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-10-03 00:14:26 +0200
commit9793fc576afa25715cf75c121dbfd9da1e053b0a (patch)
treed23e4febad028fd76ea3084c4cecf5a56665596f /shell/hush_test/hush-misc/assignment2.tests
parentd3b4e5ec6a79b16796be1414df19abba837daab6 (diff)
downloadbusybox-9793fc576afa25715cf75c121dbfd9da1e053b0a.tar.gz
hush testsuite: fix another false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc/assignment2.tests')
-rwxr-xr-xshell/hush_test/hush-misc/assignment2.tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush_test/hush-misc/assignment2.tests b/shell/hush_test/hush-misc/assignment2.tests
index 540e01ec2..f6938434c 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)