From: tb Date: Sun, 4 Dec 2022 19:31:13 +0000 (+0000) Subject: zap weird spaces $EDITOR added in previous X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=69436ac82db503634bbcc6a031a5b7aaebc100e8;p=openbsd zap weird spaces $EDITOR added in previous --- diff --git a/regress/lib/libssl/rust-openssl/Makefile b/regress/lib/libssl/rust-openssl/Makefile index 12bc319851e..2a08dfea883 100644 --- a/regress/lib/libssl/rust-openssl/Makefile +++ b/regress/lib/libssl/rust-openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2022/12/03 11:35:34 tb Exp $ +# $OpenBSD: Makefile,v 1.3 2022/12/04 19:31:13 tb Exp $ RUST_OPENSSL_TESTS = /usr/local/share/rust-openssl-tests CARGO = /usr/local/bin/cargo @@ -45,7 +45,7 @@ CARGO_CC=cc rust-openssl-test: ${_WORKSPACE_COOKIE} cd ${.OBJDIR} && env CC=${CARGO_CC} \ - cargo test --offline --color=never -- --color=never + cargo test --offline --color=never -- --color=never CLEANFILES += ${_WORKSPACE_COOKIE} ${WORKSPACE_LINKS}