From b7e99acb4b7f53799751c07ac9aae3de5fabd99e Mon Sep 17 00:00:00 2001
From: Urban Müller
Date: Thu, 22 Mar 2012 22:45:55 +0000
Subject: adapt to utf-8

---
 tests/exec.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/exec.t b/tests/exec.t
index 689bd26..9425420 100755
--- a/tests/exec.t
+++ b/tests/exec.t
@@ -11,7 +11,7 @@ is(it::shell_command("echo {arg}", array('arg' => '')), "echo ''", "quote empty
 
 foreach (array("", "C", "de_CH", "de_CH.utf8") as $locale) {
 	setlocale(LC_ALL, $locale);
-	$arg = "pre�post";
+	$arg = "preüpost";
 	if (it::match('utf8', $locale))
 		$arg = utf8_encode($arg);
 	is(it::exec("echo " . $arg), $arg . "\n", "exec with umlaut (locale '$locale')");
-- 
cgit v1.2.3