artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
810db18
)
Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.
author
dtucker
<dtucker@openbsd.org>
Mon, 25 Jul 2022 07:12:45 +0000
(07:12 +0000)
committer
dtucker
<dtucker@openbsd.org>
Mon, 25 Jul 2022 07:12:45 +0000
(07:12 +0000)
regress/usr.bin/ssh/test-exec.sh
patch
|
blob
|
history
diff --git
a/regress/usr.bin/ssh/test-exec.sh
b/regress/usr.bin/ssh/test-exec.sh
index
147a18c
..
5587492
100644
(file)
--- a/
regress/usr.bin/ssh/test-exec.sh
+++ b/
regress/usr.bin/ssh/test-exec.sh
@@
-1,9
+1,9
@@
-# $OpenBSD: test-exec.sh,v 1.9
1 2022/07/24 23:29:10
dtucker Exp $
+# $OpenBSD: test-exec.sh,v 1.9
2 2022/07/25 07:12:45
dtucker Exp $
# Placed in the Public Domain.
#SUDO=sudo
-if [ -z "$TEST_SSH_ELAPSED_TIMES" ]; then
+if [
!
-z "$TEST_SSH_ELAPSED_TIMES" ]; then
STARTTIME=`date '+%s'`
fi