diff options
Diffstat (limited to 'app/xauth')
-rwxr-xr-x | app/xauth/tests/test_xauth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xauth/tests/test_xauth b/app/xauth/tests/test_xauth index 3278291cc..981e036e1 100755 --- a/app/xauth/tests/test_xauth +++ b/app/xauth/tests/test_xauth @@ -10,7 +10,7 @@ testsrc="${srcdir:-.}" for script in `ls -1 ${testsrc}/*.script | sort` ; do base=`basename $script .script` echo "Testing $base" - $script > out.stdout 2> out.stderr + /bin/sh $script > out.stdout 2> out.stderr # check stdout for correctness if [ -f ${testsrc}/$base.stdout ]; then |