From a93ae89204c4e93b9f3f0083ea48eff3c3c2e0f1 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 28 Nov 2013 04:22:02 +0000 Subject: [PATCH] Run tests with LC_CTYPE=C.UTF-8, so that grub-fs-tester can handle UTF-8 data correctly. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c5d0c7475..e27acc463 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,8 @@ grub2 (2.00+20131127-1) UNRELEASED; urgency=low * Remove build-dependency on autogen, no longer needed. * Compress GRUB files on grub-rescue-floppy.img using xz. * Build-depend on wamerican, newly required by the test suite. + * Run tests with LC_CTYPE=C.UTF-8, so that grub-fs-tester can handle UTF-8 + data correctly. -- Colin Watson Fri, 15 Nov 2013 10:18:57 +0000 diff --git a/debian/rules b/debian/rules index 5dbf157d5..6559bd20a 100755 --- a/debian/rules +++ b/debian/rules @@ -154,7 +154,7 @@ debian/stamps/build-grub-efi-ia32 debian/stamps/build-grub-efi-amd64 debian/stam debian/stamps/build-grub-pc: debian/stamps/configure-grub-pc dh_auto_build ifeq ($(with_check), yes) - PATH="$$PATH:/sbin:/usr/sbin" dh_auto_test + LC_CTYPE=C.UTF-8 PATH="$$PATH:/sbin:/usr/sbin" dh_auto_test endif touch $@ -- 2.39.5