From: Jim Meyering Date: Sun, 16 Nov 2008 09:45:18 +0000 (+0100) Subject: tests: remove debug code that would try to write into /t/k-env X-Git-Tag: v7.1~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e38e6a19cb67c6fbee6c4c1e477748776818bab;p=thirdparty%2Fcoreutils.git tests: remove debug code that would try to write into /t/k-env * tests/ls/no-cap: Remove debugging "tee". --- diff --git a/tests/ls/no-cap b/tests/ls/no-cap index 1cae69f9ff..8f137b5cff 100755 --- a/tests/ls/no-cap +++ b/tests/ls/no-cap @@ -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