diff options
Diffstat (limited to 'source3')
-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 6fa1ae885af..a5b061ec10a 100755 --- a/source3/script/tests/test_smbclient_tarmode.pl +++ b/source3/script/tests/test_smbclient_tarmode.pl @@ -1260,7 +1260,7 @@ sub list { my $out = main::smb_client('-D', $path, '-c', 'ls'); for(split /\n/, $out) { - next if !/^ (.+?)\s+([AHSRDN]+)\s+(\d+)\s+(.+)/o; + next if !/^ (.+?)\s+([AHSRDN]*)\s+(\d+)\s+(.+)/o; my ($fn, $attr, $size, $date) = ($1, $2, $3, $4); next if $fn =~ /^\.{1,2}$/; |