bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jim Meyering
Subject: [PATCH] tests: remove debug code that would try to write into /t/k-env
Date: Sun, 16 Nov 2008 12:11:53 +0100

FYI:

>From 4e38e6a19cb67c6fbee6c4c1e477748776818bab Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 16 Nov 2008 10:45:18 +0100
Subject: [PATCH] tests: remove debug code that would try to write into /t/k-env

* tests/ls/no-cap: Remove debugging "tee".
---
 tests/ls/no-cap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/ls/no-cap b/tests/ls/no-cap
index 1cae69f..8f137b5 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
--
1.6.0.4.983.ga2771




reply via email to

[Prev in Thread] Current Thread [Next in Thread]