|
|
@@ -13,17 +13,16 @@
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
+use Test::More tests => 3;
|
|
|
+
|
|
|
use Dpkg::IPC;
|
|
|
use File::Spec;
|
|
|
-use Test::More;
|
|
|
use File::Compare;
|
|
|
use File::Temp qw(tempfile);
|
|
|
|
|
|
use strict;
|
|
|
use warnings;
|
|
|
|
|
|
-plan tests => 3;
|
|
|
-
|
|
|
my $srcdir = $ENV{srcdir} || '.';
|
|
|
my $datadir = "$srcdir/t/910_merge_changelogs";
|
|
|
|