Index: mod_for_test_scripts/test_setup.sh |
diff --git a/mod_for_test_scripts/test_setup.sh b/mod_for_test_scripts/test_setup.sh |
deleted file mode 100755 |
index 0923f52bac1904d1fb440003f883c4d89dcd07b8..0000000000000000000000000000000000000000 |
--- a/mod_for_test_scripts/test_setup.sh |
+++ /dev/null |
@@ -1,12 +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. |
- |
-for SCRIPT in \ |
- /usr/share/chromeos-installer/mod_for_test_scripts/[0-9][0-9][0-9]*[!$~] |
-do |
- ${SCRIPT} |
-done |
- |