Added a sleep to the test for MSys so commits happen.

When committing, git thought there were no changes.

Signed-off-by: Mike Pape <dotzenlabs@gmail.com>
This commit is contained in:
Mike Pape
2007-08-09 13:29:48 -04:00
parent 327005a9ef
commit cfbeb65f6e

View File

@@ -9,6 +9,7 @@ test_description='fmt-merge-msg test'
datestamp=1151939923
setdate () {
sleep 1
GIT_COMMITTER_DATE="$datestamp +0200"
GIT_AUTHOR_DATE="$datestamp +0200"
datestamp=`expr "$datestamp" + 1`