From 15a30c129c16e7e70c47f0be62c2651954beb428 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 9 Oct 2019 15:03:06 +0100 Subject: [PATCH] Bug 20334: (RM follow-up) Fix test for case insensative filesystems 2 This patch moves the Elasticsearch/Indexer.t to ElasticSearch/Indexer.t and thus removes the case directory name collision introduced. Signed-off-by: Martin Renvoize --- t/Koha/SearchEngine/{Elasticsearch => ElasticSearch}/Indexer.t | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename t/Koha/SearchEngine/{Elasticsearch => ElasticSearch}/Indexer.t (100%) diff --git a/t/Koha/SearchEngine/Elasticsearch/Indexer.t b/t/Koha/SearchEngine/ElasticSearch/Indexer.t similarity index 100% rename from t/Koha/SearchEngine/Elasticsearch/Indexer.t rename to t/Koha/SearchEngine/ElasticSearch/Indexer.t -- 2.39.5