upstream: Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.

OpenBSD-Regress-ID: 38783f9676ec348c5a792caecee9a16e354b37b0
This commit is contained in:
dtucker@openbsd.org 2022-07-25 07:12:45 +00:00 committed by Darren Tucker
parent 0ff886be13
commit 5a4a9f7a96
1 changed files with 2 additions and 2 deletions

View File

@ -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.
#SUDO=sudo
if [ -z "$TEST_SSH_ELAPSED_TIMES" ]; then
if [ ! -z "$TEST_SSH_ELAPSED_TIMES" ]; then
STARTTIME=`date '+%s'`
fi