From 7d4af228ed171fb53c43abc276799a42b6c87e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sat, 17 Aug 2013 15:44:32 +0200 Subject: [PATCH] grammaro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dev/tests/correct-pony+f | 2 +- dev/tests/correct-pony-f | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tests/correct-pony+f b/dev/tests/correct-pony+f index 9a09069c..947bef94 100755 --- a/dev/tests/correct-pony+f +++ b/dev/tests/correct-pony+f @@ -30,5 +30,5 @@ if [ ! "$(./src/__main__.py -oX +f firefox 3>&1 >/dev/null | head -n 1)" = "pony done fi -echo 'Test was passed, you may want to update the last know good commit in ./dev/tests/correct-pony+f' +echo 'Test passed, you may want to update the last know good commit in ./dev/tests/correct-pony+f' diff --git a/dev/tests/correct-pony-f b/dev/tests/correct-pony-f index f4590aa8..b3a7fce5 100755 --- a/dev/tests/correct-pony-f +++ b/dev/tests/correct-pony-f @@ -30,5 +30,5 @@ if [ ! "$(./src/__main__.py -oX -f sweetiesing 3>&1 >/dev/null | head -n 1)" = " done fi -echo 'Test was passed, you may want to update the last know good commit in ./dev/tests/correct-pony-f' +echo 'Test passed, you may want to update the last know good commit in ./dev/tests/correct-pony-f'