diff options
Diffstat (limited to 'tests/wrapper.sh')
-rwxr-xr-x | tests/wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wrapper.sh b/tests/wrapper.sh index 07cc784..571594c 100755 --- a/tests/wrapper.sh +++ b/tests/wrapper.sh @@ -6,4 +6,4 @@ srcdir=$1 top_builddir=$2 export SHELL srcdir top_builddir -$3 +exec $3 |