diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-08-01 01:24:02 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-08-01 01:24:02 +0000 |
commit | 43536f7e7d6cd53115a9e40a758e0c5647bc967e (patch) | |
tree | f750525d6a1e7dc2feefd651e675ed83f5756389 | |
parent | 4d4884c1db1579e27d6248c50426944e9eec52ff (diff) |
Eliminate interference between user and root tests
-rw-r--r-- | portland/xdg-utils/tests/include/testcontrol.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portland/xdg-utils/tests/include/testcontrol.sh b/portland/xdg-utils/tests/include/testcontrol.sh index cdd1610..b53f148 100644 --- a/portland/xdg-utils/tests/include/testcontrol.sh +++ b/portland/xdg-utils/tests/include/testcontrol.sh @@ -107,7 +107,7 @@ test_setup() { export XDG_TEST_TMPDIR="$TMPSUBDIR" cd "$XDG_TEST_TMPDIR" - get_shortid "$XDG_TEST_DIR/tmp/shortid" + get_shortid "$XDG_TEST_DIR/tmp/shortid-$UID" export XDG_TEST_SHORTID="$SHORTID" } |