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

tests: remove debug code that would try to write into /t/k-env

* tests/ls/no-cap: Remove debugging "tee".
This commit is contained in:
Jim Meyering
2008-11-16 10:45:18 +01:00
parent b3e779c090
commit 4e38e6a19c

View File

@@ -29,7 +29,7 @@ strace -e capget ls --color=always > /dev/null 2> out || fail=1
$EGREP 'capget\(' out || skip_test_ "your ls doesn't call capget"
rm -f out
eval "$(TERM=xterm dircolors -b | sed 's/ca=[^:]*:/ca=:/' | tee /t/k-env)"
eval "$(TERM=xterm dircolors -b | sed 's/ca=[^:]*:/ca=:/')"
strace -e capget ls --color=always > /dev/null 2> out || fail=1
$EGREP 'capget\(' out && fail=1