s4:torture/smb2/notify: make use of torture_setup_simple_file() in test_valid_request()
authorStefan Metzmacher <metze@samba.org>
Fri, 15 Feb 2019 14:30:29 +0000 (15:30 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 28 Mar 2019 23:09:37 +0000 (23:09 +0000)
commitd6fce7c0cb126e4ac79bceda77a50c4d65c093fd
tree68da9a1874c03637074f602a809ea795365769e2
parent4ffb517ffd9cee0ad433e3f58f659f8445fa2166
s4:torture/smb2/notify: make use of torture_setup_simple_file() in test_valid_request()

There's no reason to use torture_setup_complex_file(), when we want to
test notify code. The test pass fine against Samba this way and don't
fail because of unrelated timestamp behavior.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13864

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/smb2/notify.c