summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/integration/test-apt-tagfile-fields-order2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-tagfile-fields-order b/test/integration/test-apt-tagfile-fields-order
index d7bf0d137..54e545c8a 100755
--- a/test/integration/test-apt-tagfile-fields-order
+++ b/test/integration/test-apt-tagfile-fields-order
@@ -38,7 +38,7 @@ comparelsts() {
grep -v '^#' "${SOURCEDIRECTORY}/apt-pkg/tagfile-keys.list" > tagfile-keys.list
# Hardcoding this is a bit silly, but it might help preventing issues…
msgtest 'File is append only: do not sort, remove or insert keys in' 'tagfile-keys.list'
-testequal --nomsg 'Version' sed '73q;d' tagfile-keys.list
+testequal --nomsg 'Version' sed '72q;d' tagfile-keys.list
msgtest 'List has fewer entries than pkgTagSection buckets' 'tagfile-keys.list'
ENTRIES_LIST="$(wc -l tagfile-keys.list | cut -d' ' -f 1)"