[gimp-perl] . in @INC fix
- From: Ed J <edj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-perl] . in @INC fix
- Date: Sat, 17 Apr 2021 15:02:49 +0000 (UTC)
commit 287caab134db9f927266f156e0e2484da4b579d4
Author: Ed J <mohawk2 users noreply github com>
Date: Sat Apr 17 16:02:45 2021 +0100
. in @INC fix
t/02-netplugin.t | 2 +-
t/02-supplied.t | 2 +-
t/data.t | 2 +-
t/extension.t | 2 +-
t/import.t | 2 +-
t/load.t | 2 +-
t/pdl.t | 2 +-
t/perlplugin.t | 2 +-
t/run.t | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/t/02-netplugin.t b/t/02-netplugin.t
index 6ce35089..e8c3ab88 100644
--- a/t/02-netplugin.t
+++ b/t/02-netplugin.t
@@ -8,7 +8,7 @@ BEGIN {
@PLUGINS = qw(dots glowing_steel map_to_gradient redeye);
$LIKE_RX = qr/^(Xlib:\s*extension "RANDR" missing.*|)$/m;
$DEBUG = 0;
- require 't/gimpsetup.pl';
+ require './t/gimpsetup.pl';
# most minimal and elegant would be to symlink sandbox gimp-dir's
# plug-ins to our blib/plugins dir, but not portable to windows
my $blibdir = 'blib/plugins';
diff --git a/t/02-supplied.t b/t/02-supplied.t
index d776a709..4759e7a8 100644
--- a/t/02-supplied.t
+++ b/t/02-supplied.t
@@ -8,7 +8,7 @@ BEGIN {
# $Gimp::verbose = 3;
$ENV{LC_ALL} = 'en_GB.UTF-8'; # 5.20.0 in de_DE fails on "use 5.006_001"
$DEBUG = 0;
- require 't/gimpsetup.pl';
+ require './t/gimpsetup.pl';
# most minimal and elegant would be to symlink sandbox gimp-dir's
# plug-ins to our blib/plugins dir, but not portable to windows
my $blibdir = 'blib/plugins';
diff --git a/t/data.t b/t/data.t
index 293ea066..22f68334 100644
--- a/t/data.t
+++ b/t/data.t
@@ -4,7 +4,7 @@ our ($dir, $DEBUG);
BEGIN {
# $Gimp::verbose = 3;
$DEBUG = 0;
- require 't/gimpsetup.pl';
+ require './t/gimpsetup.pl';
}
use Gimp qw(:DEFAULT net_init=spawn/);
use Gimp::Data;
diff --git a/t/extension.t b/t/extension.t
index fe9ce0b7..b12c113c 100644
--- a/t/extension.t
+++ b/t/extension.t
@@ -5,7 +5,7 @@ my $tpf_name;
BEGIN {
# $Gimp::verbose = 3;
$DEBUG = 0;
- require 't/gimpsetup.pl';
+ require './t/gimpsetup.pl';
use Config;
$tpf_name = "test_perl_extension";
write_plugin($DEBUG, $tpf_name, $Config{startperl}.
diff --git a/t/import.t b/t/import.t
index 8b955a62..d22c521f 100644
--- a/t/import.t
+++ b/t/import.t
@@ -4,7 +4,7 @@ our ($dir, $DEBUG);
BEGIN {
# $Gimp::verbose = 1;
$DEBUG = 0;
- require 't/gimpsetup.pl';
+ require './t/gimpsetup.pl';
}
use Gimp qw(:DEFAULT net_init=spawn/);
diff --git a/t/load.t b/t/load.t
index ab7e1d2a..7ad05a20 100644
--- a/t/load.t
+++ b/t/load.t
@@ -5,7 +5,7 @@ our ($dir, $DEBUG);
BEGIN {
# $Gimp::verbose = 1;
$DEBUG = 0;
- require 't/gimpsetup.pl';
+ require './t/gimpsetup.pl';
}
BEGIN { use_ok('Gimp', qw(:consts canonicalise_color net_init=spawn/)); }
diff --git a/t/pdl.t b/t/pdl.t
index 39a6dd19..ab302da1 100644
--- a/t/pdl.t
+++ b/t/pdl.t
@@ -5,7 +5,7 @@ my $pdl_operations;
BEGIN {
# $Gimp::verbose = 1;
$DEBUG = 0;
- require 't/gimpsetup.pl';
+ require './t/gimpsetup.pl';
$pdl_operations = <<'EOF';
use PDL;
diff --git a/t/perlplugin.t b/t/perlplugin.t
index 8396498f..ffb1c338 100644
--- a/t/perlplugin.t
+++ b/t/perlplugin.t
@@ -5,7 +5,7 @@ my $tpf_name;
BEGIN {
# $Gimp::verbose = 3;
$DEBUG = 0;
- require 't/gimpsetup.pl';
+ require './t/gimpsetup.pl';
use Config;
$tpf_name = "test_perl_filter";
write_plugin($DEBUG, $tpf_name, $Config{startperl}.
diff --git a/t/run.t b/t/run.t
index 609ae072..4ecc4791 100644
--- a/t/run.t
+++ b/t/run.t
@@ -5,7 +5,7 @@ our ($dir, $DEBUG);
BEGIN {
# $Gimp::verbose = 1;
$DEBUG = 0;
- require 't/gimpsetup.pl';
+ require './t/gimpsetup.pl';
}
use Gimp qw(:DEFAULT net_init=spawn/);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]