diff options
Diffstat (limited to 'shell/ash_test/ash-arith/arith-ternary-preincr.tests')
-rwxr-xr-x | shell/ash_test/ash-arith/arith-ternary-preincr.tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ash_test/ash-arith/arith-ternary-preincr.tests b/shell/ash_test/ash-arith/arith-ternary-preincr.tests new file mode 100755 index 0000000..3985c70 --- /dev/null +++ b/shell/ash_test/ash-arith/arith-ternary-preincr.tests @@ -0,0 +1,3 @@ +exec 2>&1 +x='@' +echo 42:$((1?42:++x)) |