From 8b8152b49010a078ac9219265227e8ea7c8a3909 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 19 Apr 2007 17:29:57 +0000 Subject: [PATCH] r22383: maybe this fixes the mkdir not enough args failure on sun1 metze --- source/script/tests/Samba3.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/source/script/tests/Samba3.pm b/source/script/tests/Samba3.pm index f040432ce6f..3c8a2c06dda 100644 --- a/source/script/tests/Samba3.pm +++ b/source/script/tests/Samba3.pm @@ -8,6 +8,7 @@ package Samba3; use strict; use Cwd qw(abs_path); use FindBin qw($RealBin); +use POSIX; sub binpath($$) {