Bug#870086: Use " not ' for autopkgtest

2017-07-29 Thread Mattia Rizzolo
Control: clone -1 -2
Control: reassign -2 autopkgtest 4.4
Control: retitle -2 autopkgtest: single quotes in Test-Command makes test fail 
with -ENOENT

On Sat, Jul 29, 2017 at 04:42:03PM +0100, Iain Lane wrote:
> The ' is confusing autopkgtest (maybe an autopkgtest bug?)

definitely an autopkgtest bug, IMHO.
cloning & reassigning.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#870086: Use " not ' for autopkgtest

2017-07-29 Thread Iain Lane
Package: lua-torch-sys
Version: 0~20161027-gf073f05-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu artful ubuntu-patch

Hi,

See:

  
https://ci.debian.net/data/autopkgtest/unstable/amd64/l/lua-torch-sys/20170729_142419/log.gz

The ' is confusing autopkgtest (maybe an autopkgtest bug?)

Patch attached.

Cheers,

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]
diff -Nru lua-torch-sys-0~20161027-gf073f05/debian/tests/control 
lua-torch-sys-0~20161027-gf073f05/debian/tests/control
--- lua-torch-sys-0~20161027-gf073f05/debian/tests/control  2017-07-28 
10:40:09.0 +0100
+++ lua-torch-sys-0~20161027-gf073f05/debian/tests/control  2017-07-29 
16:33:21.0 +0100
@@ -1 +1 @@
-Test-Command: luajit -lsys -e 'print(true)'
+Test-Command: luajit -lsys -e "print(true)"