diff options
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-x | source3/script/tests/test_smbclient_tarmode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_smbclient_tarmode.pl b/source3/script/tests/test_smbclient_tarmode.pl index 2e1e0352f0..f4f924dde6 100755 --- a/source3/script/tests/test_smbclient_tarmode.pl +++ b/source3/script/tests/test_smbclient_tarmode.pl @@ -79,7 +79,7 @@ my @TESTS = ( ['create, files newer than a file', \&test_creation_newer], ['create, combination of tarmode filter', \&test_creation_attr], ['create, explicit include', \&test_creation_include], -# ['create, explicit exclude', \&test_creation_exclude], + ['create, explicit exclude', \&test_creation_exclude], ['create, include w/ filelist (F)', \&test_creation_list], ['create, wildcard simple', \&test_creation_wildcard_simple], ['create, regex', \&test_creation_regex], |