s3:tests: fix the smbclient_s3 test for multiple users running it.
commit592a009c2e0576cafeed98d8c37e0eb1e072ff73
authorMichael Adam <obnox@samba.org>
Sat, 19 Feb 2011 10:49:43 +0000 (19 11:49 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Mar 2011 11:54:01 +0000 (9 12:54 +0100)
tree14d32fe34fc45b369fae0af48c06a0469cb2736e
parent3c807431d3bebad34abd0a405a769f26463fbb79
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