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