chore: bump debian buster → trixie with deb822 sources fix #10

Merged
jcabillot merged 15 commits from fix/debian-trixie-transition into master 2026-06-12 09:13:03 -04:00
Showing only changes of commit f6bf0cf2fa - Show all commits
+2 -2
View File
@@ -70,7 +70,7 @@ done
echo ""
echo "Test: GET / (SABnzbd web UI)"
RESPONSE=$(curl -s -D - "$BASE_URL/")
RESPONSE=$(curl -sL -D - "$BASE_URL/")
STATUS=$(echo "$RESPONSE" | head -1 | grep -oP '\d{3}')
BODY=$(echo "$RESPONSE" | sed -n '/^\r$/,$p' | tail -n +2)
@@ -79,4 +79,4 @@ assert_match "Body contains SABnzbd" "[Ss][Aa][Bb].*[Nn]zbd" "$BODY"
echo ""
echo "Results: $PASSED/$TOTAL passed, $FAILED failed"
[ "$FAILED" -eq 0 ]
[ "$FAILED" -eq 0 ]