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 }