diff options
author | Gerald Carter <jerry@samba.org> | 2005-08-25 12:44:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:03:22 -0500 |
commit | 78f6ccebc584446823bdf3ae8435827328a74448 (patch) | |
tree | 00fd298a2b266209fb4de24018f065dd12fa2106 /source3/script/tests/t_001.sh | |
parent | e76107dd9b3f53009466f0067aed843905819e4e (diff) | |
download | samba-78f6ccebc584446823bdf3ae8435827328a74448.tar.gz samba-78f6ccebc584446823bdf3ae8435827328a74448.tar.bz2 samba-78f6ccebc584446823bdf3ae8435827328a74448.zip |
r9613: remove TMPDIR from 'make test' scripts (after comments by Don Watson)
(This used to be commit 0626bb68411225d5402221ec9b305390393c38e5)
Diffstat (limited to 'source3/script/tests/t_001.sh')
-rw-r--r-- | source3/script/tests/t_001.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/script/tests/t_001.sh b/source3/script/tests/t_001.sh index 995cfb11eb..6d54d0e489 100644 --- a/source3/script/tests/t_001.sh +++ b/source3/script/tests/t_001.sh @@ -8,7 +8,7 @@ cat >$CONFFILE<<EOF smb ports = 139 [test] - path = $TMPDIR + path = $PREFIX_ABS/tmp read only = no EOF @@ -16,6 +16,10 @@ EOF ## Test code ## +/bin/rm -rf $PREFIX_ABS/tmp +mkdir $PREFIX_ABS/tmp +chmod 1777 $PREFIX_ABS/tmp + start_smbd || exit $? smbclient $CONFIGURATION -L localhost -N -p 139 |