diff options
| -rwxr-xr-x | run-tests.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/run-tests.sh b/run-tests.sh index 701b25d6..f9ef16f9 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -7,9 +7,8 @@ # if anything is different. # -LD_LIBRARY_PATH=build/src:build/asdcplib/src -build/test/tests -diff -ur build/test/foo test/ref/DCP +LD_LIBRARY_PATH=build/src:build/asdcplib/src build/test/tests +diff -ur test/ref/DCP build/test/foo if [ "$?" != "0" ]; then echo "FAIL: files differ" exit 1 |
