diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-06-21 05:39:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-21 05:39:02 -0700 |
commit | 6f79d6689193dad107b9424e9bd699d20c7d5c33 (patch) | |
tree | d3906f9884c541f3b9d492cbe254df07bca9ffaf /t/t6002-rev-list-bisect.sh | |
parent | 60335534a6ac52d4d3a372a5b56df5a57a4463d1 (diff) | |
parent | 621fd7a287dbb9279e18a6932c7037a8c4d224ef (diff) | |
download | git-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-x | t/t6002-rev-list-bisect.sh | 2 |
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... # |