summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranonymous <local@localhost>2010-09-27 02:26:48 +0000
committeranonymous <local@localhost>2010-09-27 02:26:48 +0000
commitbecd5d8b40af38d97134dfb491f109e0d1688976 (patch)
treec0c828f980c5438c0dfbc21b1b7bc7d549d4b053
parent7d75a366cd49def1d95b2e1049d24441096c4cb4 (diff)
downloadlibcxxrt-becd5d8b40af38d97134dfb491f109e0d1688976.tar.gz
libcxxrt-becd5d8b40af38d97134dfb491f109e0d1688976.tar.bz2
libcxxrt-becd5d8b40af38d97134dfb491f109e0d1688976.tar.xz
run_test script was fixed
-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