From 5eedaaea43a7f141960cfffc62116655f1117de8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 9 Apr 2010 19:54:31 +0200 Subject: s4-smbtorture: skip winreg symlink test against Samba in RPC-SPOOLSS. Guenther --- source4/torture/rpc/spoolss.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/torture/rpc/spoolss.c') diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index 797cd47e69..4f4e732450 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -3871,6 +3871,10 @@ static bool test_winreg_symbolic_link(struct torture_context *tctx, DATA_BLOB blob; const char *str; + if (torture_setting_bool(tctx, "samba3", false)) { + torture_skip(tctx, "skip winreg symlink test against samba"); + } + torture_assert(tctx, test_winreg_OpenKey_opts(tctx, b, handle, symlink_keyname, REG_OPTION_OPEN_LINK, &key_handle), "failed to open key link"); -- cgit