]> rtime.felk.cvut.cz Git - omk.git/commit
test: Use bash's conditional expression
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 11 Mar 2011 20:19:52 +0000 (21:19 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 11 Mar 2011 20:20:15 +0000 (21:20 +0100)
commit269259d0d4fe67330e30083c3ff617b127b7ede2
tree8f92127f6fb5880b90c703060257be2bcb70b8d8
parent101fc0328a43ffd9acca83bcaa5ed0f795a8b635
test: Use bash's conditional expression

In OMK we use bash in all test script so we can use [[ ]] instead of
external command [ ].
tests/wvtest.sh