Commit 6c2b7d9c authored by Andreas Tille's avatar Andreas Tille
Browse files

Force export LC_ALL=C.UTF-8 in test script

parent 35194ac9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ set -e

pkg=#PACKAGENAME#

export LC_ALL=C.UTF-8
if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
  AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
  # Double quote below to expand the temporary directory variable now versus