repo.or.cz
/
Samba
/
nascimento.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r9585: update test #1
[Samba/nascimento.git]
/
source
/
script
/
tests
/
t_001.sh
blob
995cfb11eb479d67e3d064e377062a7a81e7c9e4
1
#!/bin/sh
2
3
.
$SCRIPTDIR
/
functions
4
5
cat
>
$CONFFILE
<<EOF
6
[global]
7
include =
$LIBDIR
/common.conf
8
smb ports = 139
9
10
[test]
11
path =
$TMPDIR
12
read only = no
13
EOF
14
15
##
16
## Test code
17
##
18
19
start_smbd ||
exit
$?
20
21
smbclient
$CONFIGURATION
-L
localhost
-N -p
139
22
ret
=
$?
23
24
stop_smbd
25
26
exit
$ret