summaryrefslogtreecommitdiff
path: root/test/solver.sh
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2019-06-05 10:09:03 +0300
committerTimo Teräs <timo.teras@iki.fi>2019-06-05 10:10:17 +0300
commit4494d5450feb753a0a22c7d081574c4696019db4 (patch)
tree8e2074d4b0faab3e63ab9cf5aa62eff7b3bc148c /test/solver.sh
parent366d0ee371ac6fc00617324c122e058dc8e5bea3 (diff)
downloadapk-tools-4494d5450feb753a0a22c7d081574c4696019db4.tar.gz
apk-tools-4494d5450feb753a0a22c7d081574c4696019db4.tar.bz2
apk-tools-4494d5450feb753a0a22c7d081574c4696019db4.tar.xz
apk-tools-4494d5450feb753a0a22c7d081574c4696019db4.zip
reset TZ when running solver tests as some output has local time
Fixes commits 37fbafcd and 1c47f374.
Diffstat (limited to 'test/solver.sh')
-rwxr-xr-xtest/solver.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/solver.sh b/test/solver.sh
index bc230c6..4e22f88 100755
--- a/test/solver.sh
+++ b/test/solver.sh
@@ -4,6 +4,7 @@ get_block() {
awk '/^@'$1'/{p=1;next} /^@/{p=0} p{print}'
}
+export TZ=UTC
APK_TEST="../src/apk-test"
TEST_TO_RUN="$@"