diff options
| author | Laurent Vivier <lvivier@redhat.com> | 2026-05-12 11:56:51 +0200 |
|---|---|---|
| committer | Stefano Brivio <sbrivio@redhat.com> | 2026-05-16 15:50:52 +0200 |
| commit | ab122931e18001a4f2e06f80fb30ad3bbb2bd0d6 (patch) | |
| tree | a8d897dfc1b039d5af980e0c10081a8bcbe6080e /contrib | |
| parent | 9b1ef47c1c27b7637e1442934f19fcdcdc3e1628 (diff) | |
| download | passt-ab122931e18001a4f2e06f80fb30ad3bbb2bd0d6.tar passt-ab122931e18001a4f2e06f80fb30ad3bbb2bd0d6.tar.gz passt-ab122931e18001a4f2e06f80fb30ad3bbb2bd0d6.tar.bz2 passt-ab122931e18001a4f2e06f80fb30ad3bbb2bd0d6.tar.lz passt-ab122931e18001a4f2e06f80fb30ad3bbb2bd0d6.tar.xz passt-ab122931e18001a4f2e06f80fb30ad3bbb2bd0d6.tar.zst passt-ab122931e18001a4f2e06f80fb30ad3bbb2bd0d6.zip | |
lib/term: Quote tr character ranges to prevent glob expansion
Single-letter files in the working directory cause glob expansion of
unquoted tr character ranges like [A-Z] and [a-z]. When the shell
expands these against matching filenames, tr receives wrong arguments
and pane_or_context_run() hangs without errors.
Apply the same fix as in a36031a4d807 ("seccomp.sh: Quote tr character
ranges to prevent glob expansion"): quote all tr ranges in test/lib/term.
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions
