Skip to content

Commit 5718668

Browse files
committed
style: fix shfmt continuation-line formatting in decypharr test
1 parent eaae370 commit 5718668

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_setup_functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ test_decypharr_dir_mount() {
334334
# not permitted" on chown and, if the host file is missing, Docker creates
335335
# a directory at the host path — both trigger a crash-loop. The official
336336
# Decypharr docs mount the entire config directory to /app.
337-
if grep -q 'decypharr:/app' "$PROJECT_ROOT/docker-compose.yml" 2>/dev/null && \
338-
! grep -q 'config.json:/app' "$PROJECT_ROOT/docker-compose.yml" 2>/dev/null; then
337+
if grep -q 'decypharr:/app' "$PROJECT_ROOT/docker-compose.yml" 2>/dev/null &&
338+
! grep -q 'config.json:/app' "$PROJECT_ROOT/docker-compose.yml" 2>/dev/null; then
339339
pass "Decypharr config directory is mounted to /app (compatible with v2.0)"
340340
else
341341
fail "Decypharr uses file-level bind mount for config.json (will crash-loop with v2.0 — use directory mount)"

0 commit comments

Comments
 (0)