summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-12-04 19:31:14 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-12-04 19:31:14 +0000
commit45b7e652cd98369e756e28db16f4aad0626aec0d (patch)
tree03c9351edc586485d8ce49fd6768a4f56ba12682
parent7081ff857a2297936fd216b6cb7d014de9970f53 (diff)
zap weird spaces $EDITOR added in previous
-rw-r--r--regress/lib/libssl/rust-openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
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}