summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/run_test.sh2
1 files changed, 1 insertions, 1 deletions
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