diff --git a/test-files/cmd/glacial/RndMultiaryScorePoiMatchesCmdTest.sh b/test-files/cmd/glacial/RndMultiaryScorePoiMatchesCmdTest.sh
index 4512415..f579bda 100755
--- a/test-files/cmd/glacial/RndMultiaryScorePoiMatchesCmdTest.sh
+++ b/test-files/cmd/glacial/RndMultiaryScorePoiMatchesCmdTest.sh
@@ -6,7 +6,7 @@ mkdir -p $HOOT_HOME/test-output/cmd/glacial/RndMultiaryScorePoiMatchesCmdTest
export TESTDIR=$HOOT_HOME/test-files/cmd/glacial/RndMultiaryScorePoiMatchesCmdTest
# Conflate 3 independant files (no merging) and verify that the status values are correct.
-hoot multiary-score-poi-matches --confusion $TESTDIR/Input1.osm $TESTDIR/Input2.osm $TESTDIR/Input3.osm $HOOT_HOME/test-output/cmd/glacial/RndMultiaryScorePoiMatchesCmdTest/Output.osm
+hoot multiary-score-poi-matches -C Testing.conf --confusion $TESTDIR/Input1.osm $TESTDIR/Input2.osm $TESTDIR/Input3.osm $HOOT_HOME/test-output/cmd/glacial/RndMultiaryScorePoiMatchesCmdTest/Output.osm
# Verify we get some wrong tags in the output
grep 'k="hoot:wrong" v="missMatch"' $HOOT_HOME/test-output/cmd/glacial/RndMultiaryScorePoiMatchesCmdTest/Output.osm