From: Debian Rust Maintainers Date: Sun, 5 Jan 2020 13:35:46 +0000 (+0000) Subject: u-make-tests-work-without-rpath X-Git-Tag: archive/raspbian/1.40.0+dfsg1-5+rpi1^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7e2bf78a80c53ef2a7aa60ed9177addcc3c428fc;p=rustc.git u-make-tests-work-without-rpath Gbp-Pq: Name u-make-tests-work-without-rpath.patch --- diff --git a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile index a35174b3c2..f23c1498d4 100644 --- a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile +++ b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile @@ -1,2 +1,6 @@ +include ../tools.mk + +RUSTC := $(RUSTC_ORIGINAL) + all: - python2.7 test.py + $(HOST_RPATH_ENV) python3 test.py