Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-22 04:21:59 +0300
committerJunio C Hamano <gitster@pobox.com>2023-01-22 04:21:59 +0300
commit013f1682115d2409120b91c17c397430539d5e5b (patch)
tree7a003cf5e377f7ea174b58a1be872684be6d4d0e /t/t7527-builtin-fsmonitor.sh
parentc253d61137d68e11f109ee9fe358aecd21760d3c (diff)
parenta87a20cbb4208db7f08f66376179e5e2bd327807 (diff)
Merge branch 'ar/test-cleanup'
Test clean-up. * ar/test-cleanup: t7527: use test_when_finished in 'case insensitive+preserving' t6422: drop commented out code t6003: uncomment test '--max-age=c3, --topo-order'
Diffstat (limited to 't/t7527-builtin-fsmonitor.sh')
-rwxr-xr-xt/t7527-builtin-fsmonitor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7527-builtin-fsmonitor.sh b/t/t7527-builtin-fsmonitor.sh
index c2582d44a6..4c0327b2bb 100755
--- a/t/t7527-builtin-fsmonitor.sh
+++ b/t/t7527-builtin-fsmonitor.sh
@@ -910,7 +910,7 @@ test_expect_success "submodule absorbgitdirs implicitly starts daemon" '
# the file/directory.
#
test_expect_success CASE_INSENSITIVE_FS 'case insensitive+preserving' '
-# test_when_finished "stop_daemon_delete_repo test_insensitive" &&
+ test_when_finished "stop_daemon_delete_repo test_insensitive" &&
git init test_insensitive &&