blob: c02871afd0afefcb9deef9509e73af58fbb5172a [file] [log] [blame]
#!/bin/sh
. ./wvtest.sh
WVSTART "main test"
WVPASS true
WVPASS true
WVPASS true
WVFAIL false
WVPASSEQ "$(ls | sort)" "$(ls)"
WVPASSNE "5" "5 "
WVPASSEQ "" ""
(echo nested test; true); WVPASSRC $?
(echo nested fail; false); WVFAILRC $?
WVSTART another test
WVPASS true