diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2023-06-18 18:49:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-06-18 18:49:00 +0200 |
commit | b61fd8ec5a2e3b728c05a72b603fb4255b1022da (patch) | |
tree | 155e02c0a222a4aea4e5aa57ea5694c90ac0155b | |
parent | 2d06c83b87e8c8330ef82bbdf4314112400877f7 (diff) | |
download | busybox-w32-b61fd8ec5a2e3b728c05a72b603fb4255b1022da.tar.gz busybox-w32-b61fd8ec5a2e3b728c05a72b603fb4255b1022da.tar.bz2 busybox-w32-b61fd8ec5a2e3b728c05a72b603fb4255b1022da.zip |
shell: typo fix in tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | shell/ash_test/ash-arith/arith-ternary_nested3.tests | 2 | ||||
-rwxr-xr-x | shell/hush_test/hush-arith/arith-ternary_nested3.tests | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash_test/ash-arith/arith-ternary_nested3.tests b/shell/ash_test/ash-arith/arith-ternary_nested3.tests index b69dcc6e9..6f753867e 100755 --- a/shell/ash_test/ash-arith/arith-ternary_nested3.tests +++ b/shell/ash_test/ash-arith/arith-ternary_nested3.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | exec 2>&1 | 1 | exec 2>&1 |
2 | x='@' | 2 | x='@' |
3 | a=2 | 3 | a=2 |
4 | # After processing nested ?:, outermost ?: should still rememeber to NOT evaluate a*=2 | 4 | # After processing nested ?:, outermost ?: should still remember to NOT evaluate a*=2 |
5 | echo 42:$((1?0?41:42:(a*=2))) | 5 | echo 42:$((1?0?41:42:(a*=2))) |
6 | echo "a=2:$a" | 6 | echo "a=2:$a" |
diff --git a/shell/hush_test/hush-arith/arith-ternary_nested3.tests b/shell/hush_test/hush-arith/arith-ternary_nested3.tests index b69dcc6e9..6f753867e 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 @@ | |||
1 | exec 2>&1 | 1 | exec 2>&1 |
2 | x='@' | 2 | x='@' |
3 | a=2 | 3 | a=2 |
4 | # After processing nested ?:, outermost ?: should still rememeber to NOT evaluate a*=2 | 4 | # After processing nested ?:, outermost ?: should still remember to NOT evaluate a*=2 |
5 | echo 42:$((1?0?41:42:(a*=2))) | 5 | echo 42:$((1?0?41:42:(a*=2))) |
6 | echo "a=2:$a" | 6 | echo "a=2:$a" |