rm -rf /does/not/exist to fix metrics unit tests.

BUG=none
TEST=Metrics unit tests work now.

Change-Id: If5830c17bbd2f389df3c390fb0de7057b05aa9aa
Reviewed-on: http://gerrit.chromium.org/gerrit/8845
Reviewed-by: David James <davidjames@chromium.org>
Tested-by: David James <davidjames@chromium.org>
This commit is contained in:
David James 2011-10-05 23:21:23 -07:00
parent 9953aa3faf
commit dd7e5cf244

View File

@ -0,0 +1,8 @@
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# 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
# directory not existing.
sudo rm -rf /does/not/exist
exit 0