diff options
Diffstat (limited to 'runtest.sh')
-rwxr-xr-x | runtest.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ if [ ! -d testsuite ]; then fi SRCDIR=`dirname $0` +if expr "$SRCDIR" : "/.*" >/dev/null +then + true # already absolute, groovy! +else + SRCDIR="`pwd`/$SRCDIR" +fi export SRCDIR SYSTEMTAP_TAPSET=$SRCDIR/tapset |