aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/syntax_err_negate.tests
blob: 64f0f8a75398ac20ca9f27ebc3bedfe5fe04b6d1 (plain)
1
2
3
# bash 3.2 fails this, 5.2.15 allows
! ! true; echo 0:$?
! ! ! true; echo 1:$?