diff options
author | Günther Deschner <gd@samba.org> | 2010-04-09 19:54:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-09 20:00:56 +0200 |
commit | 5eedaaea43a7f141960cfffc62116655f1117de8 (patch) | |
tree | 0bd7fd95c7da32a375e787a8494f5c79c38fbfb9 /source4/torture | |
parent | bc2e675c3a5272953fb5b4f2e39ab2c164868fab (diff) | |
download | samba-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.c | 4 |
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"); |