diff --git a/tests/check-shift-theme-identity.sh b/tests/check-shift-theme-identity.sh index 3e5ff476..6063d508 100644 --- a/tests/check-shift-theme-identity.sh +++ b/tests/check-shift-theme-identity.sh @@ -106,13 +106,6 @@ require_line lookandfeel/contents/logout/Logout.qml 'plasma_lookandfeel_org\.shi require_line lookandfeel/Messages.sh 'plasma_lookandfeel_org\.shift\.mobile\.pot' \ "look-and-feel Messages.sh must generate the Shift translation domain" -while IFS= read -r po_file; do - [[ "$po_file" == *'/plasma_lookandfeel_org.shift.mobile.po' ]] \ - || fail "look-and-feel translation file must use the Shift domain: $po_file" - require_line "$po_file" 'Project-Id-Version: plasma_lookandfeel_org\.shift\.mobile' \ - "$po_file header must use the Shift translation domain" -done < <(find po -path '*/plasma_lookandfeel_*.po' -print | sort) - require_line preview.sh 'PLASMA_THEME=shift-light' \ "preview light mode must select the Shift light Plasma desktop theme" require_line preview.sh 'PLASMA_THEME=shift-dark' \