Fix BATS helper library paths and installation

This commit is contained in:
Deploy Bot
2025-07-17 20:49:43 -04:00
parent 6520e590d7
commit 7f1c78edb0
2 changed files with 12 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env bats
# Load BATS helper libraries
load 'tests/test_helper/bats-support/load'
load 'tests/test_helper/bats-assert/load'
load 'tests/test_helper/bats-file/load'
load 'test_helper/bats-support/load'
load 'test_helper/bats-assert/load'
load 'test_helper/bats-file/load'
# Simple test for parse_volume function
@test "parse_volume should parse volume string correctly" {