We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366d0ee commit 4494d54Copy full SHA for 4494d54
test/basic8.test
@@ -2,5 +2,5 @@
2
--no-network
3
add -t .virtual
4
@EXPECT
5
-(1/1) Installing .virtual (20190603.161426)
+(1/1) Installing .virtual (20190603.131426)
6
OK: 0 MiB in 0 packages
test/basic9.test
@@ -4,5 +4,5 @@
--test-world a
add -t .virtual a
7
8
OK: 0 MiB in 2 packages
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"
9
TEST_TO_RUN="$@"
10
0 commit comments