Displaying 1 result from an estimated 1 matches for "7b306b7".
Did you mean:
753067
2016 Sep 09
1
[PATCH] tests: do not assume '.' is in Perl's @INC
...810
[2] https://lists.debian.org/debian-devel-announce/2016/08/msg00013.html
---
tests/daemon/test-btrfs.pl | 2 +-
tests/daemon/test-daemon-start.pl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/daemon/test-btrfs.pl b/tests/daemon/test-btrfs.pl
index 302ecb9..7b306b7 100755
--- a/tests/daemon/test-btrfs.pl
+++ b/tests/daemon/test-btrfs.pl
@@ -23,7 +23,7 @@ use warnings;
use File::Temp qw/tempdir/;
-require 'captive-daemon.pm';
+require './captive-daemon.pm';
# Set $PATH to include directory that will have phony 'btrfs' binary.
m...