diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-30 13:17:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:51 -0500 |
commit | 950ba8f3d4255d98908d2d7ab3f472bccc7755b6 (patch) | |
tree | 5301c6d574ae3b13578226a3093912340603f8f6 | |
parent | 3c3869cea6180fa9d6ff0d28059c9332ee1e3057 (diff) | |
download | samba-950ba8f3d4255d98908d2d7ab3f472bccc7755b6.tar.gz samba-950ba8f3d4255d98908d2d7ab3f472bccc7755b6.tar.bz2 samba-950ba8f3d4255d98908d2d7ab3f472bccc7755b6.zip |
r22608: use a shorter share name as testparm complained about
a share name longer than 12 chars
metze
(This used to be commit f8c1b561e997e1d6878dde80b0eef732111cbd6d)
-rw-r--r-- | source4/selftest/Samba4.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/Samba4.pm b/source4/selftest/Samba4.pm index 0ec439a9c5..3764751e6a 100644 --- a/source4/selftest/Samba4.pm +++ b/source4/selftest/Samba4.pm @@ -534,7 +534,7 @@ sub provision($$$$$$) read only = no ntvfs handler = simple -[cifsposixtestshare] +[cifsposix] copy = simple ntvfs handler = cifsposix "; |