]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-00-commands-have-help
generalize secure->insecure downgrade protection
[apt.git] / test / integration / test-00-commands-have-help
index f2317dbdf155dad19469049d6ddac9a278d06ced..c7d794b34fef219bb295a2ba767d8126c0db0a1f 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 set -e
 
-TESTDIR=$(readlink -f $(dirname $0))
-. $TESTDIR/framework
+TESTDIR="$(readlink -f "$(dirname "$0")")"
+. "$TESTDIR/framework"
 
 setupenvironment
 configarchitecture 'amd64'
@@ -11,6 +11,8 @@ configarchitecture 'amd64'
 # but it also checks if the binary can find all methods in the library.
 # The later is quite handy for manual testing of non-abibreaking changes
 export LD_BIND_NOW=1
+# german variant of klingon used for testing usage of non-existent l10n
+export LC_ALL=tlh_DE.UTF-8
 
 checkversionmessage() {
        testsuccess grep '^apt .* (' ${1}-help.output