diff options
Diffstat (limited to 'test/integration/run-tests')
-rwxr-xr-x | test/integration/run-tests | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/run-tests b/test/integration/run-tests index e90b4b755..78f24fbaf 100755 --- a/test/integration/run-tests +++ b/test/integration/run-tests @@ -1,10 +1,4 @@ #!/bin/sh - -TESTDIR="$(readlink -f "$(dirname "$0")")" -. "$TESTDIR/framework" - -find_project_binary_dir - set -e TESTTORUN='' |