hush testsuite: fix another false positive

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2016-10-03 00:14:26 +02:00
parent d3b4e5ec6a
commit 9793fc576a
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1,2 @@
hush: can't execute 'a=b': No such file or directory hush: can't execute 'a=b': No such file or directory
1 127

View File

@ -1,4 +1,3 @@
# This must not be interpreted as an assignment # This must not be interpreted as an assignment
a''=b true a''=b true
echo $? echo $?
# (buglet: $? should be 127. it is currently 1)