Index: src/scripts/mod_for_test_scripts/400installFio |
diff --git a/src/scripts/mod_for_test_scripts/400installFio b/src/scripts/mod_for_test_scripts/400installFio |
deleted file mode 100755 |
index dc365bf835f8576ce5918bfe4beff0dcd7cf1c86..0000000000000000000000000000000000000000 |
--- a/src/scripts/mod_for_test_scripts/400installFio |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-#!/bin/bash |
- |
-# Copyright (c) 2009 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. |
- |
-# Install fio and libaio1 |
-dpkg --install /modify_build/libaio1_*.deb |
-dpkg --install /modify_build/fio_*.deb |
- |