From 519ae8a0cd36c9726c12df8df864f9b6853d9857 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Oct 2019 07:54:21 +0200 Subject: Tweak tests/ci.testscript to deal with directory symlinks --- tests/.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/.gitignore b/tests/.gitignore index 35ec43f..b03f3da 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,2 +1,3 @@ -test/ -test-*/ +# Note that these can be symlinks (so no trailing /). +test +test-* -- cgit v1.1