diff options
Diffstat (limited to 'test/solver.sh')
-rwxr-xr-x | test/solver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/solver.sh b/test/solver.sh index 8c27d8f..bc230c6 100755 --- a/test/solver.sh +++ b/test/solver.sh @@ -4,7 +4,7 @@ get_block() { awk '/^@'$1'/{p=1;next} /^@/{p=0} p{print}' } -APK_TEST=../src/apk-test +APK_TEST="../src/apk-test" TEST_TO_RUN="$@" fail=0 |