summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJan Blunck <jblunck@infradead.org>2014-07-09 21:20:42 +0200
committerJan Blunck <jblunck@infradead.org>2014-07-09 21:20:42 +0200
commita649a1727811923e4265f0fe95b69ed2b2ab909c (patch)
tree307ae15a277d0b1912f9ecb9bc7df754d6ad2874 /t
parentf25f6601d02c4712a1fbb43cf9ff81340bb13f41 (diff)
livebuild: Only process package-lists with the *.list suffix
live-build itself is only processing them when they have the *.list suffix. Therefore we should do the same thing. Signed-off-by: Jan Blunck <jblunck@infradead.org>
Diffstat (limited to 't')
-rwxr-xr-xt/live-build2
-rw-r--r--t/standard.livebuildbin40960 -> 40960 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/t/live-build b/t/live-build
index 022f9d3..020c8fc 100755
--- a/t/live-build
+++ b/t/live-build
@@ -37,6 +37,6 @@ is(Dumper(Build::LiveBuild::parse_archive($DEB_ARCHIVE)), $DEB_ARCHIVE_RESULT);
my $config = {};
$Data::Dumper::Sortkeys = 1;
is(md5_hex(Dumper(Build::LiveBuild::parse( $config, 'standard.livebuild'))),
- '0e68b6473bc8dbf00e0c6f1b53af3efd');
+ 'b0427b05beccb16fccf7e9d0851f452b');
#print Dumper(Build::LiveBuild::parse( $config, 'standard.livebuild'));
diff --git a/t/standard.livebuild b/t/standard.livebuild
index af0d4ed..ae2cae0 100644
--- a/t/standard.livebuild
+++ b/t/standard.livebuild
Binary files differ