From 19b5ea868bf18883d188b6fad5faae80c5fa9c46 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 14 Jan 2014 21:43:56 +0000 Subject: [PATCH] Bug 11541: (follow-up) move Installer.t to t/db_dependent This test requires a valid Koha context, so this patch moves it to t/db_dependent. To test: [1] Verify that prove -v t/db_dependent/Installer.t passes. Signed-off-by: Galen Charlton --- t/{ => db_dependent}/Installer.t | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename t/{ => db_dependent}/Installer.t (100%) diff --git a/t/Installer.t b/t/db_dependent/Installer.t similarity index 100% rename from t/Installer.t rename to t/db_dependent/Installer.t -- 2.39.5