diff options
author | Michael Allen <michael@michaelallen.io> | 2015-02-23 16:31:38 +0000 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-02-23 16:34:49 +0000 |
commit | 0e5f04c68674f5f775b0973fa8b2bde4ff1eab4f (patch) | |
tree | 0397af8250b36bcae593aa16f613dd4f9519a0b3 /test-directories.sh | |
parent | 85867b8e5be3bed7b79e7711a3d1bed2327f1188 (diff) | |
download | git-sonar-0e5f04c68674f5f775b0973fa8b2bde4ff1eab4f.tar.gz git-sonar-0e5f04c68674f5f775b0973fa8b2bde4ff1eab4f.zip |
fixed bad math and added recording the timestamp when we fetch
Diffstat (limited to 'test-directories.sh')
-rwxr-xr-x | test-directories.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-directories.sh b/test-directories.sh index 1520ffb..e9b6d07 100755 --- a/test-directories.sh +++ b/test-directories.sh @@ -77,6 +77,7 @@ test_time_to_update_when_no_timestamp() { cd_to_tmp git init --quiet + time_to_update assertTrue time_to_update rm_tmp |