--- a/platforms/debian7/Dockerfile.in Sat Apr 25 22:13:10 2015 +0200
+++ b/platforms/debian7/Dockerfile.in Sat Apr 25 22:13:38 2015 +0200
@@ -50,5 +50,4 @@
## should be done by you, manually :)
# -> full hostname
-ENTRYPOINT ["./runtest", "../src/build-Linux-x86_64/exim", \
- "-FLAVOUR", "debian7"]
+ENTRYPOINT ["./runtest", "../src/build-Linux-x86_64/exim", "-FLAVOUR", "debian7"]
--- a/platforms/fedora21/Dockerfile.in Sat Apr 25 22:13:10 2015 +0200
+++ b/platforms/fedora21/Dockerfile.in Sat Apr 25 22:13:38 2015 +0200
@@ -46,5 +46,4 @@
## should be done by you, manually :)
# -> full hostname
-ENV PATH=/sbin:$PATH
ENTRYPOINT ["./runtest", "../src/build-Linux-x86_64/exim", "-FLAVOUR", "fedora21"]
--- a/platforms/opensuse/Dockerfile.in Sat Apr 25 22:13:10 2015 +0200
+++ b/platforms/opensuse/Dockerfile.in Sat Apr 25 22:13:38 2015 +0200
@@ -47,5 +47,4 @@
## should be done by you, manually :)
# -> full hostname
-ENV PATH=/sbin:$PATH
ENTRYPOINT ["./runtest", "../src/build-Linux-x86_64/exim", "-FLAVOUR", "opensuse"]