diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-04-15 15:19:49 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-04-15 15:19:49 +0000 |
commit | 3bc768a22e2cc66ea8b311cb4466a66fb5e4997c (patch) | |
tree | a1f51cd4432e643769aedddc56de054539a0bc43 /regress | |
parent | 708d2815ff048603c4c9bce27596600121f14ae6 (diff) |
typo
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/test-exec.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh index 42d993e35d9..55ebd7d6360 100644 --- a/regress/usr.bin/ssh/test-exec.sh +++ b/regress/usr.bin/ssh/test-exec.sh @@ -1,4 +1,4 @@ -# $OpenBSD: test-exec.sh,v 1.13 2002/03/26 15:14:33 markus Exp $ +# $OpenBSD: test-exec.sh,v 1.14 2002/04/15 15:19:48 markus Exp $ # Placed in the Public Domain. PORT=4242 @@ -64,7 +64,7 @@ if [ "x$TEST_SSH_SFTP" != "x" ]; then SFTP=${TEST_SSH_SFTP} fi if [ "x$TEST_SSH_SFTPSERVER" != "x" ]; then - SFTPSERVER=${TEST_SSH_SFTP} + SFTPSERVER=${TEST_SSH_SFTPSERVER} fi # these should be used in tests |