summaryrefslogtreecommitdiff
path: root/t/t4131-apply-fake-ancestor.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t4131-apply-fake-ancestor.sh')
-rwxr-xr-xt/t4131-apply-fake-ancestor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4131-apply-fake-ancestor.sh b/t/t4131-apply-fake-ancestor.sh
index 94373ca..b1361ce 100755
--- a/t/t4131-apply-fake-ancestor.sh
+++ b/t/t4131-apply-fake-ancestor.sh
@@ -11,7 +11,7 @@ test_expect_success 'setup' '
test_commit 1 &&
test_commit 2 &&
mkdir sub &&
- test_commit 3 sub/3 &&
+ test_commit 3 sub/3.t &&
test_commit 4
'