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`.
This commit is contained in:
Celeste 2024-05-04 12:22:44 +00:00
parent 762b2a2cc1
commit d1d002b3b6

View File

@ -34,7 +34,7 @@ build() {
} }
check() { check() {
cargo test --frozen TMPDIR="$srcdir" cargo test --frozen
} }
package() { package() {