]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-nofallback
Do not show multiple identical apt-cache showsrc entries
[apt.git] / test / integration / test-apt-update-nofallback
index aeff1791d9dce4e11de327798cb10a61f8bf44f8..b18bd4b622c6c3ab803d91c2124a0888c16a632c 100755 (executable)
@@ -34,7 +34,7 @@ EOF
 assert_update_is_refused_and_last_good_state_used()
 {
     testfailuremsg "E: The repository 'file:${APTARCHIVE} unstable Release' is no longer signed.
-N: Updating such a repository securely is impossible and therefore disabled by default.
+N: Updating from such a repository can't be done securely, and is therefore disabled by default.
 N: See apt-secure(8) manpage for repository creation and user configuration details." aptget update
 
     assert_repo_is_intact
@@ -200,8 +200,8 @@ W: Some index files failed to download. They have been ignored, or old ones used
 }
 
 
-TESTDIR=$(readlink -f $(dirname $0))
-. $TESTDIR/framework
+TESTDIR="$(readlink -f "$(dirname "$0")")"
+. "$TESTDIR/framework"
 
 setupenvironment
 configarchitecture "i386"