diff options
Diffstat (limited to 'test/integration')
| -rwxr-xr-x | test/integration/test-apt-update-nofallback | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-apt-update-nofallback b/test/integration/test-apt-update-nofallback index 95e445139..c7cad4a82 100755 --- a/test/integration/test-apt-update-nofallback +++ b/test/integration/test-apt-update-nofallback @@ -210,7 +210,7 @@ W: Some index files failed to download. They have been ignored, or old ones used fi # ensure we keep the repo - testfailure grep 'evil' rootdir/var/lib/apt/lists/*InRelease + testfailure grep ': evil' rootdir/var/lib/apt/lists/*InRelease testfileequal lists.before "$(listcurrentlistsdirectory)" assert_repo_is_intact } @@ -236,7 +236,7 @@ W: Failed to fetch file:${APTARCHIVE}/dists/unstable/Release.gpg The following W: Some index files failed to download. They have been ignored, or old ones used instead." aptget update -qq fi - testfailure grep 'evil' rootdir/var/lib/apt/lists/*Release + testfailure grep 'evil data' rootdir/var/lib/apt/lists/*Release testfileequal lists.before "$(listcurrentlistsdirectory)" assert_repo_is_intact } |
