diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-03 00:14:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-03 00:14:26 +0200 |
commit | 9793fc576afa25715cf75c121dbfd9da1e053b0a (patch) | |
tree | d23e4febad028fd76ea3084c4cecf5a56665596f /shell | |
parent | d3b4e5ec6a79b16796be1414df19abba837daab6 (diff) | |
download | busybox-w32-9793fc576afa25715cf75c121dbfd9da1e053b0a.tar.gz busybox-w32-9793fc576afa25715cf75c121dbfd9da1e053b0a.tar.bz2 busybox-w32-9793fc576afa25715cf75c121dbfd9da1e053b0a.zip |
hush testsuite: fix another false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush_test/hush-misc/assignment2.right | 2 | ||||
-rwxr-xr-x | shell/hush_test/hush-misc/assignment2.tests | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/shell/hush_test/hush-misc/assignment2.right b/shell/hush_test/hush-misc/assignment2.right index 3812a24ff..9d1860be7 100644 --- a/shell/hush_test/hush-misc/assignment2.right +++ b/shell/hush_test/hush-misc/assignment2.right | |||
@@ -1,2 +1,2 @@ | |||
1 | hush: can't execute 'a=b': No such file or directory | 1 | hush: can't execute 'a=b': No such file or directory |
2 | 1 | 2 | 127 |
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 @@ | |||
1 | # This must not be interpreted as an assignment | 1 | # This must not be interpreted as an assignment |
2 | a''=b true | 2 | a''=b true |
3 | echo $? | 3 | echo $? |
4 | # (buglet: $? should be 127. it is currently 1) | ||