blob: 67aa9efffef124cf9cb098d8008f92fd4046ed60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.1.1.1 2009/08/26 19:51:32 sno Exp $
# Fix one of warnings reported in RT #48991 'Confusing warnings when
# doing "make test"'
--- t/01basic.t.orig 2009-08-25 10:54:13.908232000 +0200
+++ t/01basic.t 2009-08-25 12:47:42.351172000 +0200
@@ -89,6 +89,7 @@
##########################################################################
use File::Spec::Functions;
+use FindBin;
sub tt
{
|