From eb59bee233d8a4d4e982bbfa7eaf14bb1cdc5ad0 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Thu, 18 Sep 2025 14:00:51 +1000 Subject: [PATCH] upd. --- tests/testSQL map_macro.pl | 2 +- tests/testSQLPostgres_on_elite.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testSQL map_macro.pl b/tests/testSQL map_macro.pl index 5df5440..9f7fdaf 100644 --- a/tests/testSQL map_macro.pl +++ b/tests/testSQL map_macro.pl @@ -4,7 +4,7 @@ use Syntax::Keyword::Try; use Benchmark; use lib "tests"; -use lib '/home/will/dev_new/PerlCNF/system/modules'; +use lib 'system/modules'; # use lib "system/modules"; diff --git a/tests/testSQLPostgres_on_elite.pl b/tests/testSQLPostgres_on_elite.pl index 5337c05..5b07bba 100644 --- a/tests/testSQLPostgres_on_elite.pl +++ b/tests/testSQLPostgres_on_elite.pl @@ -3,7 +3,7 @@ use warnings; use strict; use Syntax::Keyword::Try; use Benchmark; use lib "tests"; -use lib '/home/will/dev_new/PerlCNF/system/modules'; +use lib 'system/modules'; # use lib "system/modules"; require TestManager; -- 2.34.1