summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2013-10-28 18:07:25 +0100
committerJim McDonough <jmcd@samba.org>2013-11-05 08:42:42 -0500
commitf637463edd486fc2244ae9354f8fd7773cdceb5c (patch)
tree2bd904ebf385c67eda8c645f3d9a200c36dbca41
parent743593a6dfee139ea79ab89ad37654c2e298cd22 (diff)
downloadsamba-f637463edd486fc2244ae9354f8fd7773cdceb5c.tar.gz
samba-f637463edd486fc2244ae9354f8fd7773cdceb5c.tar.xz
samba-f637463edd486fc2244ae9354f8fd7773cdceb5c.zip
test_smbclient_tarmode.pl: enable create with exclude tests
[ddiss@samba.org: split from clitar implementation commit] Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jim McDonough <jmcd@samba.org>
-rwxr-xr-xsource3/script/tests/test_smbclient_tarmode.pl2
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 2e1e0352f05..f4f924dde67 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],