[Pkg-javascript-devel] Bug#894923: Quoting fixed in autopkgtest 5.2
Graham Inggs
ginggs at debian.org
Thu Apr 5 14:26:18 UTC 2018
Source: mapnik-reference
Severity: serious
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu bionic autopkgtest
Hi Maintainer
The quote escaping bug [1] was recently fixed in autopkgtest 5.2.
This means you can finally fix those crazy quotes, for example:
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
-Test-Command: nodejs -e "require('"'"'zipfile'"'"');"
+Test-Command: nodejs -e "require('zipfile');"
Depends: @
This also means that your autopkgtests will start failing soon and you
may miss actual regressions.
Regards
Graham
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893035
More information about the Pkg-javascript-devel
mailing list