diff options
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/modules/oauth/start-mixed-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/oauth/start-mixed-test b/sca-cpp/trunk/modules/oauth/start-mixed-test index bfd7667ce4..29ddb6d647 100755 --- a/sca-cpp/trunk/modules/oauth/start-mixed-test +++ b/sca-cpp/trunk/modules/oauth/start-mixed-test @@ -18,7 +18,7 @@ # under the License. # Test supporting both OpenID and OAuth in the same app -here=`readlink -f $0`; here=`dirname $here` +here=`echo "import os; print os.path.realpath('$0')" | python`; here=`dirname $here` # Setup ../../components/cache/memcached-start 11212 |