1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

ls: Fix quoting alignment

This commit is contained in:
Dorian Péron 2024-05-14 00:49:12 +02:00
parent 147c0b6962
commit 105024e708
2 changed files with 16 additions and 3 deletions

View file

@ -2961,6 +2961,7 @@ fn test_ls_align_unquoted() {
at.touch("'quoted'");
// In TTY
#[cfg(unix)]
scene
.ucmd()
.arg("--color")