From 1cfde3325851c066883bfb2227c0aa8143d6d2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 17 Apr 2001 22:33:44 +0200 Subject: [PATCH] * src/testsuite/Makefile.am (TS_MORE_SH): Added tests lshg-cat-test, lshg-cat-2-test and ssh1-fallback-test. Rev: src/testsuite/Makefile.am:1.30 --- src/testsuite/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testsuite/Makefile.am b/src/testsuite/Makefile.am index 5cc83c72..7b90cde5 100644 --- a/src/testsuite/Makefile.am +++ b/src/testsuite/Makefile.am @@ -13,8 +13,8 @@ TS_SOME = $(TS_PROGS) $(TS_SH) # Tests that require that lsh is set up for password-less login. TS_MORE_SH = lsh-1-test lsh-2-test lsh-3-test lsh-4-test lsh-5-test \ - lsh-cat-test tcpip-local-test tcpip-remote-test \ - lshg-tcpip-local-test + lsh-cat-test lshg-cat-test lshg-cat-2-test tcpip-local-test tcpip-remote-test \ + lshg-tcpip-local-test ssh1-fallback-test TS_MORE_PROGS = TS_ALL = $(TS_PROGS) $(TS_SH) $(TS_MORE_PROGS) $(TS_MORE_SH) -- GitLab