1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-04 12:05:23 +02:00

tests: remove debugging from a test

* tests/ls/dired.sh: Remove temp debugging output.
This commit is contained in:
Pádraig Brady
2024-03-25 12:21:35 +00:00
parent 4cb2742d70
commit ecb2fecdf9

View File

@@ -40,7 +40,7 @@ done
touch dir/1a dir/2á || framework_failure_
mkdir -p dir/3dir || framework_failure_
ls -l --dired dir | tee /tmp/pb.ls> out || fail=1
ls -l --dired dir > out || fail=1
dired_values=$(grep "//DIRED//" out| cut -d' ' -f2-)
expected_files="1a 2á 3dir"