summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-12-04 19:31:13 +0000
committertb <>2022-12-04 19:31:13 +0000
commitf9a5ee63f2f1ba4f3eb407561d29340c05f6e50d (patch)
tree0828a9861a649f0c666c93f05d938a42cdef10a6 /src
parent9eab6393c699836c0b268b99a194f22d3d6781fa (diff)
downloadopenbsd-f9a5ee63f2f1ba4f3eb407561d29340c05f6e50d.tar.gz
openbsd-f9a5ee63f2f1ba4f3eb407561d29340c05f6e50d.tar.bz2
openbsd-f9a5ee63f2f1ba4f3eb407561d29340c05f6e50d.zip
zap weird spaces $EDITOR added in previous
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/rust-openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/rust-openssl/Makefile b/src/regress/lib/libssl/rust-openssl/Makefile
index 12bc319851..2a08dfea88 100644
--- a/src/regress/lib/libssl/rust-openssl/Makefile
+++ b/src/regress/lib/libssl/rust-openssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.2 2022/12/03 11:35:34 tb Exp $ 1# $OpenBSD: Makefile,v 1.3 2022/12/04 19:31:13 tb Exp $
2 2
3RUST_OPENSSL_TESTS = /usr/local/share/rust-openssl-tests 3RUST_OPENSSL_TESTS = /usr/local/share/rust-openssl-tests
4CARGO = /usr/local/bin/cargo 4CARGO = /usr/local/bin/cargo
@@ -45,7 +45,7 @@ CARGO_CC=cc
45 45
46rust-openssl-test: ${_WORKSPACE_COOKIE} 46rust-openssl-test: ${_WORKSPACE_COOKIE}
47 cd ${.OBJDIR} && env CC=${CARGO_CC} \ 47 cd ${.OBJDIR} && env CC=${CARGO_CC} \
48 cargo test --offline --color=never -- --color=never 48 cargo test --offline --color=never -- --color=never
49 49
50CLEANFILES += ${_WORKSPACE_COOKIE} ${WORKSPACE_LINKS} 50CLEANFILES += ${_WORKSPACE_COOKIE} ${WORKSPACE_LINKS}
51 51