summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2020-01-25 02:57:53 +0000
committerDarren Tucker <dtucker@dtucker.net>2020-01-25 14:33:53 +1100
commita0c81d2402eedc514b9c9f25ef9604eb0576b86a (patch)
tree970423ac4e5b3df15c64f9408bee031091b88211 /regress/test-exec.sh
parente16dfa94f86358033531c4a97dcb51508ef84d49 (diff)
upstream: Move setting $NC into test-exec since it's now used by
multiple tests, and in -portable we use our own local copy to avoid portability problems. OpenBSD-Regress-ID: ceb78445fcaac317bec2fc51b3f0d9589048c114
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r--regress/test-exec.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index fa92ee45a..2c9c3f498 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: test-exec.sh,v 1.73 2020/01/24 01:29:23 dtucker Exp $ 1# $OpenBSD: test-exec.sh,v 1.74 2020/01/25 02:57:53 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4#SUDO=sudo 4#SUDO=sudo
@@ -80,6 +80,9 @@ PLINK=plink
80PUTTYGEN=puttygen 80PUTTYGEN=puttygen
81CONCH=conch 81CONCH=conch
82 82
83# Tools used by multiple tests
84NC=$OBJ/netcat
85
83if [ "x$TEST_SSH_SSH" != "x" ]; then 86if [ "x$TEST_SSH_SSH" != "x" ]; then
84 SSH="${TEST_SSH_SSH}" 87 SSH="${TEST_SSH_SSH}"
85fi 88fi