mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
upstream: Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.
OpenBSD-Regress-ID: 38783f9676ec348c5a792caecee9a16e354b37b0
This commit is contained in:
parent
0ff886be13
commit
5a4a9f7a96
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: test-exec.sh,v 1.91 2022/07/24 23:29:10 dtucker Exp $
|
# $OpenBSD: test-exec.sh,v 1.92 2022/07/25 07:12:45 dtucker Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
#SUDO=sudo
|
#SUDO=sudo
|
||||||
|
|
||||||
if [ -z "$TEST_SSH_ELAPSED_TIMES" ]; then
|
if [ ! -z "$TEST_SSH_ELAPSED_TIMES" ]; then
|
||||||
STARTTIME=`date '+%s'`
|
STARTTIME=`date '+%s'`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user