mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5370] [MERGED] build: Remove deprecated syntax and modernize shell test scripts #5466
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5466
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/5370
Author: @a1346054
Created: 9/13/2022
Status: ✅ Merged
Merged: 9/26/2022
Merged by: @netblue30
Base:
master← Head:fixes📝 Commits (9)
4157640tests: fix unintentional overwriting of array valuee04d6b7tests: directly test for presence of commandd7826c2tests: use an arrayc47ad8btests: fix underquoting77d1ad3tests: add missing final newline270f0d9tests: stop mixing tabs and spaces7a5c2b2tests: use bash-style ... instead of [...]4d1fb9atests: use bash-builtin instead of externalseq65a6b84tests: remove stray ;📊 Changes
24 files changed (+278 additions, -324 deletions)
View changed files
📝
contrib/gdb-firejail.sh(+1 -1)📝
test/appimage/appimage.sh(+1 -1)📝
test/apps-x11-xorg/apps-x11-xorg.sh(+4 -8)📝
test/apps-x11/apps-x11.sh(+17 -27)📝
test/apps/apps.sh(+3 -5)📝
test/chroot/chroot.sh(+0 -2)📝
test/compile/compile.sh(+47 -48)📝
test/environment/environment.sh(+10 -14)📝
test/environment/output.sh(+3 -3)📝
test/fcopy/fcopy.sh(+2 -2)📝
test/features/test.sh(+42 -45)📝
test/filters/filters.sh(+38 -39)📝
test/fnetfilter/fnetfilter.sh(+1 -1)📝
test/fs/fs.sh(+14 -14)📝
test/overlay/overlay.sh(+9 -15)📝
test/private-lib/private-lib.sh(+3 -5)📝
test/profiles/all-profiles.sh(+4 -4)📝
test/profiles/profiles.sh(+4 -4)📝
test/root/root.sh(+10 -11)📝
test/stress/stress.sh(+1 -1)...and 4 more files
📄 Description
I performed the minimum number of changes that still preserves the same old behavior, but fixes some errors and other minor issues.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.