[PR #7147] [MERGED] test: improve tests related to macros #6339

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/7147
Author: @kmk3
Created: 4/24/2026
Status: Merged
Merged: 4/27/2026
Merged by: @kmk3

Base: masterHead: test-fs-improve-macros


📝 Commits (7)

  • 0d9a932 test/fs: sort entries in xdg macro profiles
  • 07fe215 test/fs/fs.sh: fix typo of _firejail_test_file
  • af26a06 test/fs/fs.sh: sort rm commands for xdg paths
  • 217c96f test/fs/fs.sh: move rm of xdg macro files after macro.exp
  • 096aa03 test/fs/macro.exp: use _firejail_test_file
  • 5748857 test/fs/macro.exp: reduce timeout and sleep
  • 96e66e1 test/fs/macro.exp: check return value

📊 Changes

5 files changed (+65 additions, -53 deletions)

View changed files

📝 test/fs/fs.sh (+6 -6)
📝 test/fs/macro-blacklist.profile (+3 -3)
📝 test/fs/macro-readonly.profile (+3 -3)
📝 test/fs/macro-whitelist.profile (+3 -3)
📝 test/fs/macro.exp (+50 -38)

📄 Description

This is a follow-up to #7146.

Kind of relates to #7129.


🔄 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/7147 **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-fs-improve-macros` --- ### 📝 Commits (7) - [`0d9a932`](https://github.com/netblue30/firejail/commit/0d9a9327d5da08813e45e98d47c8d9b35f996b4e) test/fs: sort entries in xdg macro profiles - [`07fe215`](https://github.com/netblue30/firejail/commit/07fe21516a08de5d2294485c7e0b99267c203f4c) test/fs/fs.sh: fix typo of `_firejail_test_file` - [`af26a06`](https://github.com/netblue30/firejail/commit/af26a06dd9ac183c61956836458a13ffa6dc11b0) test/fs/fs.sh: sort rm commands for xdg paths - [`217c96f`](https://github.com/netblue30/firejail/commit/217c96fab4999d6cc57563a929fa26fcef07f7c6) test/fs/fs.sh: move rm of xdg macro files after macro.exp - [`096aa03`](https://github.com/netblue30/firejail/commit/096aa0337fd20d98afd539de9bab0438c7b305ae) test/fs/macro.exp: use `_firejail_test_file` - [`5748857`](https://github.com/netblue30/firejail/commit/574885778aad079c42e7cc99bc5fa4b78fe11767) test/fs/macro.exp: reduce timeout and sleep - [`96e66e1`](https://github.com/netblue30/firejail/commit/96e66e1020d4059b764256ca0f30a4ef4569d7b8) test/fs/macro.exp: check return value ### 📊 Changes **5 files changed** (+65 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `test/fs/fs.sh` (+6 -6) 📝 `test/fs/macro-blacklist.profile` (+3 -3) 📝 `test/fs/macro-readonly.profile` (+3 -3) 📝 `test/fs/macro-whitelist.profile` (+3 -3) 📝 `test/fs/macro.exp` (+50 -38) </details> ### 📄 Description This is a follow-up to #7146. Kind of relates to #7129. --- <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#6339
No description provided.