diff options
author | Michael Vogt <mvo@debian.org> | 2014-06-10 15:21:30 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-06-10 15:21:30 +0200 |
commit | ea606ec43a364a8e471fd9502d79fe2dfeb6e4ba (patch) | |
tree | 129417deafc803f35c482546edd704d393e5d2f1 /test/integration/test-apt-ftparchive-cachedb-lp1274466 | |
parent | 401e5db12dd71ed84e8d17a559ff5932c1b98367 (diff) |
fix test/integration/test-apt-ftparchive-cachedb-lp1274466 in travis
Diffstat (limited to 'test/integration/test-apt-ftparchive-cachedb-lp1274466')
-rwxr-xr-x | test/integration/test-apt-ftparchive-cachedb-lp1274466 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/test-apt-ftparchive-cachedb-lp1274466 b/test/integration/test-apt-ftparchive-cachedb-lp1274466 index 211740a53..2a28d6ef0 100755 --- a/test/integration/test-apt-ftparchive-cachedb-lp1274466 +++ b/test/integration/test-apt-ftparchive-cachedb-lp1274466 @@ -12,7 +12,7 @@ configarchitecture "i386" # gather the db and the deb, ensure mtime is not modfied as its saved in the DB cp -p $TESTDIR/deb-lp1274466-cachedb.deb foo_1_i386.deb -cp $TESTDIR/cachedb-lp1274466-old-format.db old-format.db +cp -p $TESTDIR/cachedb-lp1274466-old-format.db old-format.db # verify that the format is different testsuccess aptftparchive --db new-format.db packages . @@ -45,7 +45,7 @@ Description: an autogenerated dummy foo=1/test und used only by testcases and surf no other proposeā¦ " aptftparchive --db old-format.db packages . -# ensure that the db is updated -db_dump old-format.db > old-format.dump -testsuccess diff -u old-format.dump new-format.dump +# ensure that the db is updated and contains the new sha512 +testsuccess grep 7da58ff901a40ecf42a730dc33198b182e9ba9ec98799fc2c2b6fabeeee40cc12a0e7cadb4b66764235c56e1009dbfe8a9a566fb1eedf47a992d1fff2cc3332c old-format.dump + |