From 8b3830fbbf3d69f4d7eb0bd7e91a687a41924b41 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 19 Apr 2007 17:29:57 +0000 Subject: r22383: maybe this fixes the mkdir not enough args failure on sun1 metze (This used to be commit 8b8152b49010a078ac9219265227e8ea7c8a3909) --- source4/script/tests/Samba3.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/script/tests/Samba3.pm') diff --git a/source4/script/tests/Samba3.pm b/source4/script/tests/Samba3.pm index f040432ce6..3c8a2c06dd 100644 --- a/source4/script/tests/Samba3.pm +++ b/source4/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($$) { -- cgit