diff --git a/cargo-test/runtest.sh b/cargo-test/runtest.sh index ec1a956..390711a 100755 --- a/cargo-test/runtest.sh +++ b/cargo-test/runtest.sh @@ -29,4 +29,4 @@ rpm -D "_with_check 1" --eval "%cargo_prep" | \ # XXX: We can't run eval directly, so source it source prep.sh -exec cargo test --manifest-path "$crate_toml" "$@" +exec $(rpm --eval "%cargo_test") --manifest-path "$crate_toml" "$@"