diff options
author | tim <tim> | 2004-06-20 17:37:32 +0000 |
---|---|---|
committer | tim <tim> | 2004-06-20 17:37:32 +0000 |
commit | aa935d4d9e4caa8757600b3b9bcace6fdb10c9e9 (patch) | |
tree | c7154512f64d27767225666fab171ada1c6e5a18 /Makefile.in | |
parent | 1b0c3068a36d5a653e71340472b63d0b8bce985b (diff) | |
download | openssh-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.in | 4 |
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"; \ |