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

Metrics unit tests fail if /does/not directory is present, so we need to
clean this up as a followup to a build_packages fix that stopped
creating that directory.

BUG=none
TEST=Metrics unit tests actually work now.

Change-Id: I7c470e8225e4c5c7a77f6decc4c4bcadb72cd246
Reviewed-on: http://gerrit.chromium.org/gerrit/8848
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 14b5aa6747
commit c801b10af3

View File

@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # 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. # directory not existing.
sudo rm -rf /does/not/exist sudo rm -rf /does/not
exit 0 exit 0