zsh-autosuggestions/test/shunit2-2.1.6/examples/party_test.sh
Eric Freese 775dd20706 Rewrite
2016-02-06 21:05:02 -07:00

17 lines
223 B
Bash
Executable file

#! /bin/sh
# file: examples/party_test.sh
testEquality()
{
assertEquals 1 1
}
testPartyLikeItIs1999()
{
year=`date '+%Y'`
assertEquals "It's not 1999 :-(" \
'1999' "${year}"
}
# load shunit2
. ../src/shunit2