diff --git a/test-files/cmd/glacial/PowerLineConflateTest.sh b/test-files/cmd/glacial/PowerLineConflateTest.sh
index 2ef40ee..496dd3e 100755
--- a/test-files/cmd/glacial/PowerLineConflateTest.sh
+++ b/test-files/cmd/glacial/PowerLineConflateTest.sh
@@ -4,5 +4,5 @@ set -e
mkdir -p $HOOT_HOME/tmp/
mkdir -p test-output/cmd/glacial/PowerLineConflateTest
-hoot conflate -C Testing.conf --warn -D uuid.helper.repeatable=true -D match.creators="hoot::ScriptMatchCreator,PowerLine.js" -D merger.creators="hoot::ScriptMergerCreator" test-files/cmd/glacial/PowerLineConflateTest/power-line-1.osm test-files/cmd/glacial/PowerLineConflateTest/power-line-2.osm test-output/cmd/glacial/PowerLineConflateTest/output.osm
+hoot conflate --warn -C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -D uuid.helper.repeatable=true -D match.creators="hoot::ScriptMatchCreator,PowerLine.js" -D merger.creators="hoot::ScriptMergerCreator" test-files/cmd/glacial/PowerLineConflateTest/power-line-1.osm test-files/cmd/glacial/PowerLineConflateTest/power-line-2.osm test-output/cmd/glacial/PowerLineConflateTest/output.osm
hoot diff test-output/cmd/glacial/PowerLineConflateTest/output.osm test-files/cmd/glacial/PowerLineConflateTest/output.osm || diff test-output/cmd/glacial/PowerLineConflateTest/output.osm test-files/cmd/glacial/PowerLineConflateTest/output.osm