From cfd62644ec2dda4968ac65751f162932fc46761f Mon Sep 17 00:00:00 2001 From: "Demi M. Obenour" Date: Mon, 28 Dec 2020 18:35:29 -0500 Subject: Be compatible with Bash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On many distributions, /bin/sh is Bash. Bash’s `echo` builtin doesn’t interpret escape sequences, so most tests fail. Fix this by removing the escape sequence. --- test/integration/framework | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/integration/framework b/test/integration/framework index 20173da23..3973ad863 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -504,7 +504,7 @@ EOF unset http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy # Make dpkg inherit testing path - echo 'DPkg::Path "";\n' >> aptconfig.conf + echo 'DPkg::Path "";' >> aptconfig.conf # Make gcov shut up export GCOV_ERROR_FILE=/dev/null -- cgit v1.2.3-18-g5258