David James dd7e5cf244 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>
2011-10-05 23:22:32 -07:00

9 lines
304 B
Plaintext

# 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