diff --git a/tests/common/config.sh b/tests/common/config.sh index 511b9a03..9b504852 100644 --- a/tests/common/config.sh +++ b/tests/common/config.sh @@ -37,7 +37,7 @@ restore_config () cp -dp "tmp/$file" "/$file" rm "tmp/$file" else - rm "/$file" + rm -f "/$file" fi d="$(dirname "tmp/$file")" while [ -n "$d" ] && [ "$d" != "." ]