Skip to content
Snippets Groups Projects
Commit 5e92a26d authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

apt: fixed test error

parent 776c1d2a
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ replace "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg" "h
replace ubuntu-keyring trisquel-keyring .
replace ubuntu-archive-keyring trisquel-archive-keyring .
# hack, use special words to avoid duplicates in the test
sed 's/contrib/uncomon/g; s/non-free/rare/g' -i test/libapt/cdromfindpackages_test.cc
# hack, preserve this test untouched
cp test/libapt/cdromfindpackages_test.cc /tmp
# remove non-free examples https://trisquel.info/en/issues/5518
sed '/non-free/d' -i ./test/integration/Packages-ubuntu-bug-614993 ./test/integration/status-ubuntu-bug-614993
replace "contrib main non-free" main .
......@@ -47,6 +47,8 @@ replace contrib universe doc
replace contrib universe po
replace non-free main .
cp /tmp/cdromfindpackages_test.cc test/libapt
# Ubuntu link to changelogs https://trisquel.info/en/issues/9967
replace "http://changelogs.ubuntu.com/changelogs" "http://packages.trisquel.info/changelogs" .
replace changelogs.ubuntu.com packages.trisquel.info .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment