From becd5d8b40af38d97134dfb491f109e0d1688976 Mon Sep 17 00:00:00 2001 From: anonymous Date: Mon, 27 Sep 2010 02:26:48 +0000 Subject: run_test script was fixed --- test/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_test.sh b/test/run_test.sh index 7a4e724..56c6d8c 100755 --- a/test/run_test.sh +++ b/test/run_test.sh @@ -2,4 +2,4 @@ test_command=$1 expected_output=$2 test_log=$3 $test_command > $test_log 2>&1 -diff test_log $expected_output +diff $test_log $expected_output -- cgit v1.2.3