Code

Fix timestamp for test-tick
authorJunio C Hamano <junkio@cox.net>
Sat, 6 Jan 2007 10:16:07 +0000 (02:16 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 6 Jan 2007 10:17:06 +0000 (02:17 -0800)
commit21afc41c363cdfbc33285291d92635741163e6a1
treef3e5d95f9b4a3ebbc831c12cc03e11b410a9ab5d
parent16157b8074926348a9ee191ce6b50c8e1656161c
Fix timestamp for test-tick

The earlier test timestamp was too old; I forgot that the bare
unixtime integer had to be after Jan 1, 2000.  This changes
test_tick to use the git-epoch timestamp.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/test-lib.sh