[pkg-perl-tools] 01/04: fix typo in autopkgtest/scripts/build-deps.d/smoke

gregor herrmann gregoa at debian.org
Thu Jan 25 20:58:33 UTC 2018


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

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 3d9993534d3a5ace6589fe0925fbfd7753d6241d
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jan 25 21:36:46 2018 +0100

    fix typo in autopkgtest/scripts/build-deps.d/smoke
    
    rm -r -> rm -f
    
    Gbp-Dch: Ignore
---
 autopkgtest/scripts/build-deps.d/smoke | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autopkgtest/scripts/build-deps.d/smoke b/autopkgtest/scripts/build-deps.d/smoke
index 28e16c0..a57c3f6 100755
--- a/autopkgtest/scripts/build-deps.d/smoke
+++ b/autopkgtest/scripts/build-deps.d/smoke
@@ -82,7 +82,7 @@ else
     rm -f $TDIR/t/97_meta.t
 
     # example: libfile-userconfig-perl
-    rm -r $TDIR/t/99_pmv.t
+    rm -f $TDIR/t/99_pmv.t
 
     # we test compile all the modules separately
     rm -f $TDIR/t/*compile*.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list