diff options
Diffstat (limited to 'shell/hush_test')
-rwxr-xr-x | shell/hush_test/hush-arith/arith-ternary_nested3.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-arith/arith-ternary_nested3.tests b/shell/hush_test/hush-arith/arith-ternary_nested3.tests index b69dcc6..6f75386 100755 --- a/shell/hush_test/hush-arith/arith-ternary_nested3.tests +++ b/shell/hush_test/hush-arith/arith-ternary_nested3.tests @@ -1,6 +1,6 @@ exec 2>&1 x='@' a=2 -# After processing nested ?:, outermost ?: should still rememeber to NOT evaluate a*=2 +# After processing nested ?:, outermost ?: should still remember to NOT evaluate a*=2 echo 42:$((1?0?41:42:(a*=2))) echo "a=2:$a" |