diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-13 11:47:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-13 11:48:00 -0800 |
commit | 6f5e880c68099b185e60b2492c75e506e16d8292 (patch) | |
tree | 26e8f90358a85a9f122667d1c124798d8c0cffc4 /t/t4150-am.sh | |
parent | Update draft release notes to 1.7.10 (diff) | |
parent | Update draft release notes to 1.7.9.1 (diff) | |
download | tgif-6f5e880c68099b185e60b2492c75e506e16d8292.tar.xz |
Sync with maint
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4150-am.sh')
-rwxr-xr-x | t/t4150-am.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4150-am.sh b/t/t4150-am.sh index 8807b602a5..f1b60b8560 100755 --- a/t/t4150-am.sh +++ b/t/t4150-am.sh @@ -136,7 +136,7 @@ test_expect_success setup ' git format-patch -M --stdout lorem^ >rename-add.patch && # reset time - unset test_tick && + sane_unset test_tick && test_tick ' |