summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authortim <tim>2004-06-20 17:37:32 +0000
committertim <tim>2004-06-20 17:37:32 +0000
commitaa935d4d9e4caa8757600b3b9bcace6fdb10c9e9 (patch)
treec7154512f64d27767225666fab171ada1c6e5a18 /Makefile.in
parent1b0c3068a36d5a653e71340472b63d0b8bce985b (diff)
downloadopenssh-aa935d4d9e4caa8757600b3b9bcace6fdb10c9e9.tar.gz
(tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.
OK dtucker@
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a813d174..3e1bbcaa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.259 2004/06/15 00:44:40 djm Exp $
+# $Id: Makefile.in,v 1.260 2004/06/20 17:37:33 tim Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -377,7 +377,7 @@ tests: $(TARGETS)
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
[ -f `pwd`/regress/Makefile ] || \
ln -s $(srcdir)/regress/Makefile `pwd`/regress/Makefile ; \
- TEST_SHELL="@TEST_MINUS_S_SH@"; \
+ TEST_SHELL="@TEST_SHELL@"; \
TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \
TEST_SSH_SSHAGENT="$${BUILDDIR}/ssh-agent"; \