Displaying 1 result from an estimated 1 matches for "93e0b24".
2016 Sep 09
1
[PATCH] tests: do not assume '.' is in Perl's @INC
...-require 'captive-daemon.pm';
+require './captive-daemon.pm';
# Set $PATH to include directory that will have phony 'btrfs' binary.
my $bindir = tempdir (CLEANUP => 1);
diff --git a/tests/daemon/test-daemon-start.pl b/tests/daemon/test-daemon-start.pl
index 8cc59d9..93e0b24 100755
--- a/tests/daemon/test-daemon-start.pl
+++ b/tests/daemon/test-daemon-start.pl
@@ -21,7 +21,7 @@
use strict;
use warnings;
-require 'captive-daemon.pm';
+require './captive-daemon.pm';
sub tests {
my $g = shift;
--
2.7.4