[PR #7146] [MERGED] test: fix unescaped newlines in error messages #6338

Closed
opened 2026-05-05 10:55:04 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/7146
Author: @kmk3
Created: 4/24/2026
Status: Merged
Merged: 4/27/2026
Merged by: @kmk3

Base: masterHead: test-fix-unescaped-newlines


📝 Commits (1)

  • 66adbc2 test: fix unescaped newlines in error messages

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 test/fs/macro.exp (+3 -3)
📝 test/utils/ls.exp (+1 -1)

📄 Description

Commands used to search and replace:

$ git grep -IElz 'ERROR [0-9]+n"' -- test |
  xargs -0 perl -pi -e 's/(ERROR [0-9]+)n"/$1\\n"/'

Related commits:

  • 63e16bfcd ("major cleanup and testing", 2016-11-13)
  • 2155203b3 ("xdg macro testing", 2018-08-07)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/7146 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 4/24/2026 **Status:** ✅ Merged **Merged:** 4/27/2026 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `test-fix-unescaped-newlines` --- ### 📝 Commits (1) - [`66adbc2`](https://github.com/netblue30/firejail/commit/66adbc23402f50feda1c0dc1fb43cfba80c85812) test: fix unescaped newlines in error messages ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `test/fs/macro.exp` (+3 -3) 📝 `test/utils/ls.exp` (+1 -1) </details> ### 📄 Description Commands used to search and replace: $ git grep -IElz 'ERROR [0-9]+n"' -- test | xargs -0 perl -pi -e 's/(ERROR [0-9]+)n"/$1\\n"/' Related commits: * 63e16bfcd ("major cleanup and testing", 2016-11-13) * 2155203b3 ("xdg macro testing", 2018-08-07) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:55:04 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6338
No description provided.