From d18102ba5862224eca55a0a6726319dc9c4bece9 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 17 Jul 2010 20:32:02 +0000 Subject: [PATCH] PPSS passess the test case... --- ppss-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ppss-test.sh b/ppss-test.sh index 4d0dad4..ecd69bc 100755 --- a/ppss-test.sh +++ b/ppss-test.sh @@ -245,8 +245,8 @@ testUserInputFile () { init_vars > /dev/null 2>&1 get_all_items RESULT=`return_all_items` - echo "- $RESULT" - + ORIGINAL=`cat $INPUT_FILE` + assertEquals "User input processing not ok." "$RESULT" "$ORIGINAL" rename-ppss-dir $FUNCNAME }