]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: remove debugging from a test
authorPádraig Brady <P@draigBrady.com>
Mon, 25 Mar 2024 12:21:35 +0000 (12:21 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 25 Mar 2024 12:22:52 +0000 (12:22 +0000)
* tests/ls/dired.sh: Remove temp debugging output.

tests/ls/dired.sh

index 057f1040e5cdf13825fd188efe1855eeba69fb8e..98bb168d94ea26feca8fd6977eeb1ce81668d582 100755 (executable)
@@ -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"