s3:tests: fix the smbclient_s3 test for multiple users running it.
authorMichael Adam <obnox@samba.org>
Sat, 19 Feb 2011 10:49:43 +0000 (11:49 +0100)
committerMichael Adam <obnox@samba.org>
Sat, 19 Feb 2011 12:06:57 +0000 (13:06 +0100)
commit8ad127e187abb8f9e8076a872e08faaf4fbc1367
tree58757b36c083709f93917da599cc0d79d12b0ad9
parent0749f7a976fd1766bf076986f1b5e7eff323e5e0
s3:tests: fix the smbclient_s3 test for multiple users running it.

The test created /tmp/log.smbclient, which lets the test fail if
two users are running the test simultaneously.

Now /tmp/log.test_smbclient_s3.$$ is used.

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Sat Feb 19 13:06:57 CET 2011 on sn-devel-104
source3/script/tests/test_smbclient_s3.sh