From 13c446ef8e1070a566a7b0418be5749f1fc1f36a Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Thu, 19 Feb 2026 17:18:01 -0500 Subject: [PATCH] test: remove redundant build_test.bats (covered by build-iso_comprehensive_test.bats) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush --- tests/unit/build_test.bats | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/unit/build_test.bats diff --git a/tests/unit/build_test.bats b/tests/unit/build_test.bats deleted file mode 100644 index f17cbf5..0000000 --- a/tests/unit/build_test.bats +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bats -# Unit tests for build-iso.sh - -@test "build-iso.sh exists" { - [ -f "/workspace/src/build-iso.sh" ] -} - -@test "build-iso.sh is executable" { - [ -x "/workspace/src/build-iso.sh" ] -}