From d5bdec9b84041385074fc383296fc3e69fbe6534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Sun, 13 Sep 2026 17:46:06 -0400 Subject: [PATCH] test: rename test-wipe-lib.sh to test_is_usb_device.sh (FR-096) tests/test-wipe-lib.sh and tests/test_wipe-lib.sh differed by one character but test different functions (is_usb_device vs detect_drive_type). Rename the hyphenated one to say what it covers. --- tests/{test-wipe-lib.sh => test_is_usb_device.sh} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename tests/{test-wipe-lib.sh => test_is_usb_device.sh} (94%) diff --git a/tests/test-wipe-lib.sh b/tests/test_is_usb_device.sh similarity index 94% rename from tests/test-wipe-lib.sh rename to tests/test_is_usb_device.sh index dd0e6ad..bfc99db 100755 --- a/tests/test-wipe-lib.sh +++ b/tests/test_is_usb_device.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Test the is_usb_device logic from wipe-lib.sh +# Tests for is_usb_device() in autorun/wipe-lib.sh (distinct from +# test_wipe-lib.sh, which covers detect_drive_type()). set -euo pipefail # Find repo root