diff options
| author | Michael Goulish <mgoulish@apache.org> | 2010-12-17 21:09:20 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2010-12-17 21:09:20 +0000 |
| commit | dedf343664c30eb45159633ea78f41ec75b94241 (patch) | |
| tree | d1eda36c1c1015dedaae643bcb4eb30d2a1f8688 /qpid/cpp/src/tests/sasl_fed | |
| parent | 91badb44d38b456250c0b4acae2d3df5be0161a4 (diff) | |
| download | qpid-python-dedf343664c30eb45159633ea78f41ec75b94241.tar.gz | |
Change tmp directories from /tmp/sasl_fed/RANDOM to /tmp/sasl_fed_RANDOM.
Otherwise, if user A runs these tests first, user B can't come along and
run them later -- if he doesn't have write permission to the /tmp/sasl_fed
directory which user A already created.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1050493 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/sasl_fed')
| -rwxr-xr-x | qpid/cpp/src/tests/sasl_fed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/sasl_fed b/qpid/cpp/src/tests/sasl_fed index 9bb940979b..9845a20838 100755 --- a/qpid/cpp/src/tests/sasl_fed +++ b/qpid/cpp/src/tests/sasl_fed @@ -43,7 +43,7 @@ fi sasl_config_file=$builddir/sasl_config my_random_number=$RANDOM -tmp_root=/tmp/sasl_fed/$my_random_number +tmp_root=/tmp/sasl_fed_$my_random_number mkdir -p $tmp_root |
