summaryrefslogtreecommitdiffstats
path: root/t/t6428-merge-conflicts-sparse.sh
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2022-08-26 05:49:19 +0200
committerJunio C Hamano <gitster@pobox.com>2022-08-26 18:23:03 +0200
commit6693fb3f01cd99a1b786807a29e92bff43ffa2a0 (patch)
treedae8428460151399db67e4598aaa7d0693e0247a /t/t6428-merge-conflicts-sparse.sh
parentThe fifteenth batch (diff)
downloadgit-6693fb3f01cd99a1b786807a29e92bff43ffa2a0.tar.xz
git-6693fb3f01cd99a1b786807a29e92bff43ffa2a0.zip
t64xx: convert 'test_create_repo' to 'git init'
Convert the merge-specific tests (those in the t64xx range) over to using 'git init' instead of 'test_create_repo'. Reviewed-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6428-merge-conflicts-sparse.sh')
-rwxr-xr-xt/t6428-merge-conflicts-sparse.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6428-merge-conflicts-sparse.sh b/t/t6428-merge-conflicts-sparse.sh
index 064be1b629..9919c3fa7c 100755
--- a/t/t6428-merge-conflicts-sparse.sh
+++ b/t/t6428-merge-conflicts-sparse.sh
@@ -29,7 +29,7 @@ test_description="merge cases"
# Testcase basic, conflicting changes in 'numerals'
test_setup_numerals () {
- test_create_repo numerals_$1 &&
+ git init numerals_$1 &&
(
cd numerals_$1 &&