]> rtime.felk.cvut.cz Git - wvtest.git/blob - sh/t/twvtest.sh
875dd5373ce621f45e85d96db2153c657e6ab0be
[wvtest.git] / sh / t / twvtest.sh
1 #!/bin/bash
2 . ./wvtest.sh
3
4 WVSTART "main test"
5 WVPASS true
6 WVPASS true
7 WVPASS true
8 WVFAIL false
9 WVPASSEQ "$(ls | sort)" "$(ls)"
10 WVPASSNE "5" "5 "
11 WVPASSEQ "" ""
12 (echo nested test; true); WVPASSRC $?
13 (echo nested fail; false); WVFAILRC $?
14
15 WVSTART another test
16 WVPASS true