hush: fix a bug in argv restoration after sourcing a file
[oweals/busybox.git] / shell / hush_test / hush-misc / assignment2.tests
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)