tests: remove debug code that would try to write into /t/k-env
authorJim Meyering <meyering@redhat.com>
Sun, 16 Nov 2008 09:45:18 +0000 (10:45 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 16 Nov 2008 09:45:41 +0000 (10:45 +0100)
* tests/ls/no-cap: Remove debugging "tee".

tests/ls/no-cap

index 1cae69f..8f137b5 100755 (executable)
@@ -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