aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/one-liner-for-loop.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/one-liner-for-loop.test')
-rw-r--r--t/chainlint/one-liner-for-loop.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/one-liner-for-loop.test b/t/chainlint/one-liner-for-loop.test
index 4bd8c066c7..00afd7ef76 100644
--- a/t/chainlint/one-liner-for-loop.test
+++ b/t/chainlint/one-liner-for-loop.test
@@ -1,3 +1,4 @@
+test_expect_success 'one-liner-for-loop' '
git init dir-rename-and-content &&
(
cd dir-rename-and-content &&
@@ -8,3 +9,4 @@ git init dir-rename-and-content &&
git add foo olddir &&
git commit -m "original" &&
)
+'