aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRalph Sennhauser <sera@gentoo.org>2013-02-10 18:26:20 +0000
committerRalph Sennhauser <sera@gentoo.org>2013-02-10 18:26:20 +0000
commitf56266f9d88139c97ec0878976c0be8e9b228367 (patch)
tree0bb38f31b08d5a668cbc162a520bf4b7005b3e21 /tests
parentMake the scripts ROOT and EPREFIX aware (diff)
downloadjava-config-f56266f9d88139c97ec0878976c0be8e9b228367.tar.gz
java-config-f56266f9d88139c97ec0878976c0be8e9b228367.tar.bz2
java-config-f56266f9d88139c97ec0878976c0be8e9b228367.zip
Fix shebangs to be usable in Prefix
svn path=/projects/java-config-2/trunk/; revision=9193
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-python3.sh2
-rwxr-xr-xtests/test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-python3.sh b/tests/test-python3.sh
index 6f5a89b..c90a948 100755
--- a/tests/test-python3.sh
+++ b/tests/test-python3.sh
@@ -1,2 +1,2 @@
-#!/bin/sh
+#!/usr/bin/env sh
PYTHONPATH="../src" python3 run-test-suite.py
diff --git a/tests/test.sh b/tests/test.sh
index 84f8e98..47fff5d 100755
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -1,2 +1,2 @@
-#!/bin/sh
+#!/usr/bin/env sh
PYTHONPATH="../src" python "`dirname $0`"/run-test-suite.py