Skip to content

v0.2.53..v0.2.54 changeset TagCompareCmdTest.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/quick/TagCompareCmdTest.sh b/test-files/cmd/quick/TagCompareCmdTest.sh
index 43c333e..75cbad6 100755
--- a/test-files/cmd/quick/TagCompareCmdTest.sh
+++ b/test-files/cmd/quick/TagCompareCmdTest.sh
@@ -1,9 +1,11 @@
 #!/bin/bash
 set -e
 
+CONFIG="-C Testing.conf"
+
 # We just run the command and check stderr & stdout
 # for correctitude
 inputfile1=$HOOT_HOME/test-files/cmd/quick/TagCompareCmdTest/input.osm
 inputfile2=$HOOT_HOME/test-files/cmd/quick/TagCompareCmdTest/input.osm
-hoot tag-compare $inputfile1 $inputfile2
+hoot tag-compare $CONFIG $inputfile1 $inputfile2
 
Clone this wiki locally