diff --git a/chroot_version_hooks.d/11_rm_bad_directory b/chroot_version_hooks.d/11_rm_bad_directory index 1ac1fce8d2..e540f6e752 100644 --- a/chroot_version_hooks.d/11_rm_bad_directory +++ b/chroot_version_hooks.d/11_rm_bad_directory @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -# Delete /does/not/exist to fix metrics unit test, which depends on this +# Delete /does/not to fix metrics unit test, which depends on this # directory not existing. -sudo rm -rf /does/not/exist +sudo rm -rf /does/not exit 0