From f637463edd486fc2244ae9354f8fd7773cdceb5c Mon Sep 17 00:00:00 2001 From: Aurélien Aptel Date: Mon, 28 Oct 2013 18:07:25 +0100 Subject: test_smbclient_tarmode.pl: enable create with exclude tests [ddiss@samba.org: split from clitar implementation commit] Signed-off-by: David Disseldorp Reviewed-by: Jim McDonough --- source3/script/tests/test_smbclient_tarmode.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script') 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], -- cgit