aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-test2/strops4.tests
blob: bb381426dd4941019a9edfbb275a32adff32a776 (plain)
1
2
3
# < > are not redirect operators
[[ a > b ]]; echo 1:no:$?
[[ a < b ]]; echo 2:YES:$?