From 89b51eeeb28bb583ac663b3f3f3543f3b1bb160f Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Sun, 12 Feb 2012 19:15:17 +0100
Subject: [PATCH] Update test samples

---
 test/phpunit/textiso.txt  | 4 +++-
 test/phpunit/textutf8.txt | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/test/phpunit/textiso.txt b/test/phpunit/textiso.txt
index 51016e408cb..8f90d60c02d 100644
--- a/test/phpunit/textiso.txt
+++ b/test/phpunit/textiso.txt
@@ -1 +1,3 @@
-Text utf8 avec un � encod� en ISO.
\ No newline at end of file
+#!/bin/ksh
+
+echo Text utf8 avec un � encod� en ISO.
\ No newline at end of file
diff --git a/test/phpunit/textutf8.txt b/test/phpunit/textutf8.txt
index 2e062650d36..00d0913be1c 100644
--- a/test/phpunit/textutf8.txt
+++ b/test/phpunit/textutf8.txt
@@ -1 +1,3 @@
-Text utf8 avec un é encodé en UTF8.
\ No newline at end of file
+#!/bin/ksh
+
+echo Text utf8 avec un é encodé en UTF8.
\ No newline at end of file
-- 
GitLab