Index: /trunk/test/automated/testscrpt.sh
===================================================================
--- /trunk/test/automated/testscrpt.sh	(revision 7775)
+++ /trunk/test/automated/testscrpt.sh	(revision 8300)
@@ -14,6 +14,6 @@
 
 # look for a 'nightly-test.cfg' in the same directory as this script
-if [ -f $(cd `dirname $0`; pwd)/nightly-tests.cfg ] ; then 
-	. $(cd `dirname $0`; pwd)/nightly-tests.cfg
+if [ -f /tmp/$USER/nightly-tests.cfg ] ; then 
+	. /tmp/$USER/nightly-tests.cfg
 fi
 
