summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@downhill.at.eu.org>2013-09-01 15:43:22 +0200
committerAndreas Metzler <ametzler@downhill.at.eu.org>2013-09-01 15:43:22 +0200
commit93cedb0e669ebef1f12ee99a782516102c19ae48 (patch)
tree0cf9602a78d0a93264487967f264b2f0750972d7
parentc66c420b54ede1397fe725ab6e799a5fb0b74a57 (diff)
downloadexim4-93cedb0e669ebef1f12ee99a782516102c19ae48.tar.gz
tests/security is also a /bin/sh script
tests/daemon and tests/security do not use bashisms, change shebang to /bin/sh.
-rw-r--r--debian/changelog3
-rw-r--r--debian/tests/security2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2005e1d..a4cfc41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,7 +32,8 @@ exim4 (4.80-8) UNRELEASED; urgency=low
* Merge autopkgtests from Ubuntu (Thanks Yolanda Robla for the pointer)
Closes: #710018
+ tests/CVE-2010-4344.py is GPLv2 - Add license header.
- + tests/daemon does not bashisms, change shebang to /bin/sh.
+ + tests/daemon and tests/security do not use bashisms, change shebang
+ to /bin/sh.
-- Andreas Metzler <ametzler@debian.org> Wed, 02 Jan 2013 19:47:00 +0100
diff --git a/debian/tests/security b/debian/tests/security
index 7023c74..26aba86 100644
--- a/debian/tests/security
+++ b/debian/tests/security
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#----------------------
# Testing exim security
#----------------------