mirror of
https://github.com/samba-team/samba.git
synced 2025-12-09 00:23:50 +03:00
r18721: Fix base and samba3sam EJS tests to work without installation.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5c0451842b
commit
d062e10166
@@ -1,5 +1,13 @@
|
||||
#!/bin/sh
|
||||
exec smbscript "$0" ${1+"$@"}
|
||||
|
||||
var options = GetOptions(ARGV,
|
||||
"POPT_COMMON_SAMBA");
|
||||
if (options == undefined) {
|
||||
println("Failed to parse options");
|
||||
return -1;
|
||||
}
|
||||
|
||||
libinclude("base.js");
|
||||
|
||||
var obj = new Object();
|
||||
|
||||
Reference in New Issue
Block a user