From 36692a51bac96c6106bd9f85eda84d1c1633cdce Mon Sep 17 00:00:00 2001 From: Chris Koch Date: Thu, 8 Feb 2024 04:54:30 +0000 Subject: [PATCH] Remove pkg_test Signed-off-by: Chris Koch --- uroot/initramfs/test/pkg_test.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 uroot/initramfs/test/pkg_test.go diff --git a/uroot/initramfs/test/pkg_test.go b/uroot/initramfs/test/pkg_test.go deleted file mode 100644 index e67b495..0000000 --- a/uroot/initramfs/test/pkg_test.go +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2021 the u-root Authors. All rights reserved -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package test - -import "testing" - -func TestTODO(t *testing.T) { - // TODO: Write a unit test. -}