]> rtime.felk.cvut.cz Git - wvtest.git/blob - sh/t/twvtest.sh
sh: Import wvtest.sh from the bup project.
[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
13 WVSTART another test
14 WVPASS true