]> git.ipfire.org Git - thirdparty/samba.git/commit
selftest: Run smbtorture3 SHORTNAME-TEST without unix extensions
authorVolker Lendecke <vl@samba.org>
Mon, 2 Mar 2020 20:34:37 +0000 (21:34 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 3 Mar 2020 17:48:37 +0000 (17:48 +0000)
commit7c1abd7e8565834ecad1742bfd7010ed257e10c0
tree59af897753b1e52c4c52df2163948c9d4f370ca3
parentb08643f07f18f055e1022131a63343e52bb755cb
selftest: Run smbtorture3 SHORTNAME-TEST without unix extensions

Soon cli_list() will change to SMB_FIND_FILE_UNIX_INFO2 which does not
provide a shortname. For now we lose that as an encrypted test, as for
now it's a SMB1 test which requires unix extensions for
encryption. Hopefully we don't forget to reenable this once the test
is converted to SMB2

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
nonunix
source3/script/tests/test_smbtorture_s3_no_unix_ext.sh [new file with mode: 0755]
source3/selftest/tests.py