diff options
author | Colin Watson <cjwatson@debian.org> | 2018-11-05 13:42:21 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-11-05 13:42:21 +0000 |
commit | d41b9922e63e5069991d0e28079d710637715149 (patch) | |
tree | b1f584524f5879153f413045baf64ce022ee79e2 /debian/tests/regress | |
parent | 2ccc23f9b39319854a762f55966ee9c1d7d5324f (diff) |
Set TEST_SHELL again
There's no default for this in regress/Makefile (only in the top-level
Makefile), so leaving it unset here doesn't work.
Diffstat (limited to 'debian/tests/regress')
-rwxr-xr-x | debian/tests/regress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/tests/regress b/debian/tests/regress index 7230f6ce1..6c2a8daec 100755 --- a/debian/tests/regress +++ b/debian/tests/regress | |||
@@ -92,6 +92,7 @@ annotate-output +%H:%M:%S.%N make -C regress \ | |||
92 | BUILDDIR="$BUILDDIR" \ | 92 | BUILDDIR="$BUILDDIR" \ |
93 | OBJ="$BUILDDIR/regress" \ | 93 | OBJ="$BUILDDIR/regress" \ |
94 | SUDO=sudo \ | 94 | SUDO=sudo \ |
95 | TEST_SHELL=sh \ | ||
95 | TEST_SSH_SFTPSERVER=/usr/lib/openssh/sftp-server \ | 96 | TEST_SSH_SFTPSERVER=/usr/lib/openssh/sftp-server \ |
96 | TEST_SSH_PLINK=plink \ | 97 | TEST_SSH_PLINK=plink \ |
97 | TEST_SSH_PUTTYGEN=puttygen \ | 98 | TEST_SSH_PUTTYGEN=puttygen \ |