Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-13 23:47:01 +0400
committerJunio C Hamano <gitster@pobox.com>2012-02-13 23:48:00 +0400
commit6f5e880c68099b185e60b2492c75e506e16d8292 (patch)
tree26e8f90358a85a9f122667d1c124798d8c0cffc4 /t/t4150-am.sh
parent624d3519c9adda89de57e54de5e502474d871974 (diff)
parent58d4203aa617293d1dc3746a1ea33d84eb766e0f (diff)
Sync with maint
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4150-am.sh')
-rwxr-xr-xt/t4150-am.sh2
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
'