From d1d002b3b648617f85cb58feb203c8a378ef61c0 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Sat, 4 May 2024 12:22:44 +0000 Subject: [PATCH] testing/cargo-update: fix tests They are failing with "Is a directory" errors, probably meaning the builders have something the tests don't expect under `/tmp`. --- testing/cargo-update/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/cargo-update/APKBUILD b/testing/cargo-update/APKBUILD index 1463e6271fc..2a9bad73491 100644 --- a/testing/cargo-update/APKBUILD +++ b/testing/cargo-update/APKBUILD @@ -34,7 +34,7 @@ build() { } check() { - cargo test --frozen + TMPDIR="$srcdir" cargo test --frozen } package() {