Skip to content

v0.2.53..v0.2.54 changeset CropCmdTest.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/quick/CropCmdTest.sh b/test-files/cmd/quick/CropCmdTest.sh
index f05a9db..c4efe72 100755
--- a/test-files/cmd/quick/CropCmdTest.sh
+++ b/test-files/cmd/quick/CropCmdTest.sh
@@ -7,8 +7,10 @@ inputfile=$HOOT_HOME/test-files/DcGisRoads.osm
 comparefile=$HOOT_HOME/test-files/cmd/quick/CropCmdTest/cropped.osm
 outputfile=$HOOT_HOME/test-output/cmd/quick/CropCmdTest/cropped.osm
 
+CONFIG="-C Testing.conf"
+
 # Run the command.
-hoot crop $inputfile $outputfile -77.05,38.888,-77.03,38.90 
+hoot crop $CONFIG $inputfile $outputfile -77.05,38.888,-77.03,38.90 
 
 # Checking output
-hoot diff $comparefile $outputfile || diff $comparefile $outputfile
+hoot diff $CONFIG $comparefile $outputfile || diff $comparefile $outputfile
Clone this wiki locally