From 99fb785ea1dcf8ccc7bcbceed350178884e824b1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 3 Mar 2007 02:06:54 +0000 Subject: r21673: Fix Samba 3 data read tests. I can't figure out why the upgrade one is broken, so that one is still disabled. (This used to be commit ef794f03d50022a77303c77045a04d9407d07cbc) --- testdata/samba3/verify | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'testdata') diff --git a/testdata/samba3/verify b/testdata/samba3/verify index ed6ed95189..ca495b137d 100755 --- a/testdata/samba3/verify +++ b/testdata/samba3/verify @@ -5,6 +5,13 @@ Written by Jelmer Vernooij, 2005. */ +var sys; +var options = GetOptions(ARGV, "POPT_AUTOHELP", "POPT_COMMON_SAMBA"); +if (options == undefined) { + println("Failed to parse options"); + return -1; +} + libinclude("base.js"); var path = substr(ARGV[0], 0, -strlen("verify")); @@ -49,3 +56,4 @@ assert(s.policy.bad_lockout_minutes == 0); println("account policies ok"); +exit(0); -- cgit