diff options
Diffstat (limited to 'features')
-rw-r--r-- | features/DebianLive7/apt.feature | 2 | ||||
-rw-r--r-- | features/apt.feature | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/features/DebianLive7/apt.feature b/features/DebianLive7/apt.feature index c2d700f8..43775b83 100644 --- a/features/DebianLive7/apt.feature +++ b/features/DebianLive7/apt.feature @@ -11,7 +11,7 @@ Feature: Installing packages through APT And I save the state so the background can be restored next scenario Scenario: APT sources are configured correctly - Then the only hosts in APT sources are "ftp.us.debian.org,security.debian.org,backports.debian.org,deb.tails.boum.org,deb.torproject.org,mozilla.debian.net" + Then the only hosts in APT sources are "ftp.us.debian.org,http.debian.net,ftp.debian.org,security.debian.org" Scenario: Install packages using apt-get When I update APT using apt-get diff --git a/features/apt.feature b/features/apt.feature index 3ee9e435..126f6ecf 100644 --- a/features/apt.feature +++ b/features/apt.feature @@ -19,7 +19,7 @@ Feature: Installing packages through APT And I save the state so the background can be restored next scenario Scenario: APT sources are configured correctly - Then the only hosts in APT sources are "ftp.us.debian.org,security.debian.org,backports.debian.org,deb.tails.boum.org,deb.torproject.org,mozilla.debian.net" + Then the only hosts in APT sources are "ftp.us.debian.org,http.debian.net,ftp.debian.org,security.debian.org" Scenario: Install packages using apt-get When I update APT using apt-get |