mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user