From 75740b3f90c81d4c226b0e30eec947df4fbd6832 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Tue, 22 Nov 2022 22:07:59 +0100 Subject: sys/linux/init_alg_test.go: change package name to linux_test (#3540) It is an external test. It uses only exported "linux" package functions. --- sys/linux/init_images_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux') diff --git a/sys/linux/init_images_test.go b/sys/linux/init_images_test.go index c5b93c4be..8391330c3 100644 --- a/sys/linux/init_images_test.go +++ b/sys/linux/init_images_test.go @@ -1,7 +1,7 @@ // Copyright 2022 syzkaller project authors. All rights reserved. // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -package linux +package linux_test import ( "flag" -- cgit mrf-deployment