summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-28 17:31:07 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-28 17:31:07 +0000
commitb2c820e178296722eeff355064f0469907465332 (patch)
tree715dd1d472acfbdaee35577b80a3b1794514a7d9 /run
parent1d3602b37934c3d0404e6a2fa9a5d3c5f6b70309 (diff)
Rename test DCP from foo to dcp_test1.
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index a9b57ad8..e1beb731 100755
--- a/run/tests
+++ b/run/tests
@@ -31,7 +31,7 @@ if [ "$?" != "0" ]; then
fi
# Check the first DCP written by the unit tests
-diff -ur test/ref/DCP/foo $work/DCP/foo
+diff -ur test/ref/DCP/dcp_test1 $work/DCP/dcp_test1
if [ "$?" != "0" ]; then
echo "FAIL: files differ"
exit 1