Skip to content

Commit 602b2c6

Browse files
committed
remove unused hack/utils.sh
Nothing in `hack/utils.sh` was actually used, except `$ROOT` variable Signed-off-by: Akihiro Suda <[email protected]>
1 parent ddb47a3 commit 602b2c6

2 files changed

Lines changed: 1 addition & 108 deletions

File tree

hack/test-utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
source $(dirname "${BASH_SOURCE[0]}")/utils.sh
17+
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..
1818

1919
# RESTART_WAIT_PERIOD is the period to wait before restarting containerd.
2020
RESTART_WAIT_PERIOD=${RESTART_WAIT_PERIOD:-10}

hack/utils.sh

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)