diff options
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r-- | regress/test-exec.sh | 5 |
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 | |||
80 | PUTTYGEN=puttygen | 80 | PUTTYGEN=puttygen |
81 | CONCH=conch | 81 | CONCH=conch |
82 | 82 | ||
83 | # Tools used by multiple tests | ||
84 | NC=$OBJ/netcat | ||
85 | |||
83 | if [ "x$TEST_SSH_SSH" != "x" ]; then | 86 | if [ "x$TEST_SSH_SSH" != "x" ]; then |
84 | SSH="${TEST_SSH_SSH}" | 87 | SSH="${TEST_SSH_SSH}" |
85 | fi | 88 | fi |