diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-19 17:29:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:11 -0500 |
commit | 8b3830fbbf3d69f4d7eb0bd7e91a687a41924b41 (patch) | |
tree | 058baf76ad7a8ced271bc76a435612190865764e /source4/script | |
parent | 4d0650e0239d6f448c3660a6049a06658ac94566 (diff) | |
download | samba-8b3830fbbf3d69f4d7eb0bd7e91a687a41924b41.tar.gz samba-8b3830fbbf3d69f4d7eb0bd7e91a687a41924b41.tar.bz2 samba-8b3830fbbf3d69f4d7eb0bd7e91a687a41924b41.zip |
r22383: maybe this fixes the mkdir not enough args failure
on sun1
metze
(This used to be commit 8b8152b49010a078ac9219265227e8ea7c8a3909)
Diffstat (limited to 'source4/script')
-rw-r--r-- | source4/script/tests/Samba3.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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($$) { |