summaryrefslogtreecommitdiff
path: root/t/t6002-rev-list-bisect.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-06-21 05:39:02 -0700
committerJunio C Hamano <gitster@pobox.com>2010-06-21 05:39:02 -0700
commit6f79d6689193dad107b9424e9bd699d20c7d5c33 (patch)
treed3906f9884c541f3b9d492cbe254df07bca9ffaf /t/t6002-rev-list-bisect.sh
parent60335534a6ac52d4d3a372a5b56df5a57a4463d1 (diff)
parent621fd7a287dbb9279e18a6932c7037a8c4d224ef (diff)
downloadgit-6f79d6689193dad107b9424e9bd699d20c7d5c33.tar.gz
Merge branch 'ab/test-cleanup' into maint
* ab/test-cleanup: Turn setup code in t2007-checkout-symlink.sh into a test Move t6000lib.sh to lib-*
Diffstat (limited to 't/t6002-rev-list-bisect.sh')
-rwxr-xr-xt/t6002-rev-list-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6002-rev-list-bisect.sh b/t/t6002-rev-list-bisect.sh
index b4e8fbaa5e..fb07536a0f 100755
--- a/t/t6002-rev-list-bisect.sh
+++ b/t/t6002-rev-list-bisect.sh
@@ -5,7 +5,7 @@
test_description='Tests git rev-list --bisect functionality'
. ./test-lib.sh
-. "$TEST_DIRECTORY"/t6000lib.sh # t6xxx specific functions
+. "$TEST_DIRECTORY"/lib-t6000.sh # t6xxx specific functions
# usage: test_bisection max-diff bisect-option head ^prune...
#