summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2014-07-16 20:07:04 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2014-07-16 20:07:04 +0000
commit0b3287bd5b6471805de0553f5aa8f011c9fb6e7e (patch)
tree6b7407900a80a39b0b9028b2ec81c0bba9082cc4 /regress/usr.bin/ssh
parent89b77ece8297b428ef405fbae69adb7180c3e9ca (diff)
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'regress/usr.bin/ssh')
-rw-r--r--regress/usr.bin/ssh/unittests/sshbuf/Makefile3
-rw-r--r--regress/usr.bin/ssh/unittests/sshkey/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/regress/usr.bin/ssh/unittests/sshbuf/Makefile b/regress/usr.bin/ssh/unittests/sshbuf/Makefile
index 42b7a20c217..2cdb7618e7e 100644
--- a/regress/usr.bin/ssh/unittests/sshbuf/Makefile
+++ b/regress/usr.bin/ssh/unittests/sshbuf/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2014/06/24 01:14:18 djm Exp $
+# $OpenBSD: Makefile,v 1.3 2014/07/16 20:04:21 okan Exp $
TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"
@@ -16,4 +16,3 @@ run-regress-${PROG}: ${PROG}
env ${TEST_ENV} ./${PROG}
.include <bsd.regress.mk>
-
diff --git a/regress/usr.bin/ssh/unittests/sshkey/Makefile b/regress/usr.bin/ssh/unittests/sshkey/Makefile
index 1bcd266762a..75f98ee6fb1 100644
--- a/regress/usr.bin/ssh/unittests/sshkey/Makefile
+++ b/regress/usr.bin/ssh/unittests/sshkey/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2014/06/24 01:14:18 djm Exp $
+# $OpenBSD: Makefile,v 1.2 2014/07/16 20:04:21 okan Exp $
TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"
@@ -10,4 +10,3 @@ run-regress-${PROG}: ${PROG}
env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata
.include <bsd.regress.mk>
-