diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-06-13 11:20:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-13 11:20:57 -0700 |
commit | a9f80f3dd4dc68ec6e9898805ccac2bb44c563ab (patch) | |
tree | 4e0151e5b5796b6aa1494172c1edab5852a698ea /t/t6003-rev-list-topo-order.sh | |
parent | de8c359786ac9ea825eca59403ef15c961e8caae (diff) | |
parent | 621fd7a287dbb9279e18a6932c7037a8c4d224ef (diff) | |
download | git-a9f80f3dd4dc68ec6e9898805ccac2bb44c563ab.tar.gz git-a9f80f3dd4dc68ec6e9898805ccac2bb44c563ab.tar.xz |
Merge branch 'ab/test-cleanup'
* ab/test-cleanup:
Turn setup code in t2007-checkout-symlink.sh into a test
Move t6000lib.sh to lib-*
Diffstat (limited to 't/t6003-rev-list-topo-order.sh')
-rwxr-xr-x | t/t6003-rev-list-topo-order.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6003-rev-list-topo-order.sh b/t/t6003-rev-list-topo-order.sh index 2c73f2da7..e4c52b021 100755 --- a/t/t6003-rev-list-topo-order.sh +++ b/t/t6003-rev-list-topo-order.sh @@ -6,7 +6,7 @@ test_description='Tests git rev-list --topo-order functionality' . ./test-lib.sh -. "$TEST_DIRECTORY"/t6000lib.sh # t6xxx specific functions +. "$TEST_DIRECTORY"/lib-t6000.sh # t6xxx specific functions list_duplicates() { |