From d4ecebd38a27f9435f8070c9dcab2a00f26b86da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 16 Mar 2020 12:04:26 +0100 Subject: [PATCH] tests/image: rename the main source file To be consistent with other binaries. --- cmd/osbuild-image-tests/{osbuild-image-tests.go => main.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cmd/osbuild-image-tests/{osbuild-image-tests.go => main.go} (100%) diff --git a/cmd/osbuild-image-tests/osbuild-image-tests.go b/cmd/osbuild-image-tests/main.go similarity index 100% rename from cmd/osbuild-image-tests/osbuild-image-tests.go rename to cmd/osbuild-image-tests/main.go