diff --git a/test-files/cmd/glacial/ServiceDbEmptyTagsTest.sh b/test-files/cmd/glacial/ServiceDbEmptyTagsTest.sh
index 10874ea..3151166 100755
--- a/test-files/cmd/glacial/ServiceDbEmptyTagsTest.sh
+++ b/test-files/cmd/glacial/ServiceDbEmptyTagsTest.sh
@@ -6,7 +6,7 @@ source $HOOT_HOME/conf/database/DatabaseConfig.sh
export PGPASSWORD=$DB_PASSWORD
-export HOOT_OPTS="-D hootapi.db.writer.create.user=true -D [email protected] -D hootapi.db.writer.overwrite.map=true -D writer.include.debug.tags=true --warn"
+export HOOT_OPTS="--warn -C Testing.conf -D hootapi.db.writer.create.user=true -D [email protected] -D hootapi.db.writer.overwrite.map=true -D writer.include.debug.tags=true"
export DB_URL="hootapidb://$DB_USER:$DB_PASSWORD@$DB_HOST:$DB_PORT/$DB_NAME"
@@ -20,4 +20,4 @@ export TB_COUNT=`psql -A -t -h $DB_HOST -p $DB_PORT -d $DB_NAME -U $DB_USER -c "
echo "Tunnel or bridge count (should be zero): " $TB_COUNT
# Clean up the map from the database
-hoot db-delete-map -D [email protected] $DB_URL/HootApiDbEmptyTagTest
+hoot db-delete-map $HOOT_OPTS -D [email protected] $DB_URL/HootApiDbEmptyTagTest