summaryrefslogtreecommitdiff
path: root/source3/script/tests/t_001.sh
blob: f9f530c9744cca777982ace40039dcc9ccbf9d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

. $SCRIPTDIR/functions

cat >$CONFFILE<<EOF
[global]
	include = $LIBDIR/common.conf

[test]
	path = $TMPDIR
	read only = no
EOF

##
## Test code 
##

start_smbd || exit $?

smbclient $CONFIGURATION -L localhost -N -p 139

stop_smbd