summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-09 19:54:31 +0200
committerGünther Deschner <gd@samba.org>2010-04-09 20:00:56 +0200
commit5eedaaea43a7f141960cfffc62116655f1117de8 (patch)
tree0bd7fd95c7da32a375e787a8494f5c79c38fbfb9 /source4/torture
parentbc2e675c3a5272953fb5b4f2e39ab2c164868fab (diff)
downloadsamba-5eedaaea43a7f141960cfffc62116655f1117de8.tar.gz
samba-5eedaaea43a7f141960cfffc62116655f1117de8.tar.bz2
samba-5eedaaea43a7f141960cfffc62116655f1117de8.zip
s4-smbtorture: skip winreg symlink test against Samba in RPC-SPOOLSS.
Guenther
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/spoolss.c4
1 files changed, 4 insertions, 0 deletions
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");