summaryrefslogtreecommitdiffstats
path: root/tests/deckard/contrib/libfaketime/test/functests/test_null.sh
blob: 09e7560bdbf2e8490f987006fe3e70b554eb3db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# check that the date doesn't happen to be 0.

run()
{
	run_testcase nulltest
}

nulltest()
{
	typeset tdate=${I2DATES[0]}

	assertneq 0 "$(date +%s)" "($tdate)"
}