summaryrefslogtreecommitdiff
path: root/t/update_version.t
diff options
context:
space:
mode:
Diffstat (limited to 't/update_version.t')
-rw-r--r--t/update_version.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/update_version.t b/t/update_version.t
index 1a27e9b..9daee19 100644
--- a/t/update_version.t
+++ b/t/update_version.t
@@ -14,6 +14,10 @@ use strict;
use lib './t';
use MyTest;
+# Make sure that there are some dummy scripts available so no warnings
+# are thrown.
+$ENV{PATH} .= ":t/bin";
+
use GnuPG::Interface;
my $gnupg = GnuPG::Interface->new();