diff --git a/test-files/cmd/quick/CleanCmdTest.sh b/test-files/cmd/quick/CleanCmdTest.sh
index ea988f4..7f9e1f4 100755
--- a/test-files/cmd/quick/CleanCmdTest.sh
+++ b/test-files/cmd/quick/CleanCmdTest.sh
@@ -7,8 +7,10 @@ inputfile=$HOOT_HOME/test-files/DcGisRoads.osm
comparefile=$HOOT_HOME/test-files/cmd/quick/CleanCmdTest/cleaned.osm
outputfile=$HOOT_HOME/test-output/cmd/quick/CleanCmdTest/cleaned.osm
+CONFIG="-C Testing.conf"
+
# Run the command.
-hoot clean -C Testing.conf $inputfile $outputfile
+hoot clean $CONFIG $inputfile $outputfile
# Checking output
-hoot diff $comparefile $outputfile || diff $comparefile $outputfile
+hoot diff $CONFIG $comparefile $outputfile || diff $comparefile $outputfile