[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 05/05: t/runtests: Allow interpolation in an info_msg



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch t-runtests-use-io-async
in repository lintian.

commit b110e93189f4fa0c15bca35e1bc54af3d5fe2b4e
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Nov 1 16:39:48 2015 +0100

    t/runtests: Allow interpolation in an info_msg
---
 t/runtests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/runtests b/t/runtests
index 0a37de0..5d6064a 100755
--- a/t/runtests
+++ b/t/runtests
@@ -342,7 +342,7 @@ sub test_package {
             }
         }
 
-        $test_state->info_msg(2, 'Cleaning up and repopulating $targetdir...');
+        $test_state->info_msg(2, "Cleaning up and repopulating $targetdir...");
         runsystem_ok('rm', '-rf', $rundir);
         runsystem_ok('mkdir', '-p', $rundir);
         unless ($is_native) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: