r27451 - /trunk/dh-make-perl/t/Strange-0.1.t

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Nov 29 20:34:01 UTC 2008


Author: dmn
Date: Sat Nov 29 20:33:58 2008
New Revision: 27451

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27451
Log:
preliminary Strange-0.1.t

Added:
    trunk/dh-make-perl/t/Strange-0.1.t   (with props)

Added: trunk/dh-make-perl/t/Strange-0.1.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/Strange-0.1.t?rev=27451&op=file
==============================================================================
--- trunk/dh-make-perl/t/Strange-0.1.t (added)
+++ trunk/dh-make-perl/t/Strange-0.1.t Sat Nov 29 20:33:58 2008
@@ -1,0 +1,15 @@
+#!/usr/bin/perl -w
+
+use strict;
+use warnings;
+
+use Test::More 'no_plan';
+
+use FindBin qw($Bin);
+
+system( "$Bin/../dh-make-perl", "--no-verbose",
+        "--home-dir", "$Bin/contents", "--sources-list",
+        "$Bin/contents/sources.list", "$Bin/dists/Strange-0.1" );
+
+is( $?, 0, 'system returned 0' );
+

Propchange: trunk/dh-make-perl/t/Strange-0.1.t
------------------------------------------------------------------------------
    svn:executable = *




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