projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4dcb20
)
tests: tail-2/append-only: don't discard stderr
author
Jim Meyering
<meyering@redhat.com>
Sun, 16 Aug 2009 11:52:47 +0000
(13:52 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Sun, 16 Aug 2009 11:54:40 +0000
(13:54 +0200)
* tests/tail-2/append-only: Don't discard a diagnostic that
may help explain why this test fails for some. Details in
http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/17621/focus=17641
tests/tail-2/append-only
patch
|
blob
|
history
diff --git
a/tests/tail-2/append-only
b/tests/tail-2/append-only
index 0395271ab4d8187a2a71cb5ac80de3da6185f317..0b4a9595877cf47bdb005ae9c30cff3203e9079a 100755
(executable)
--- a/
tests/tail-2/append-only
+++ b/
tests/tail-2/append-only
@@
-39,7
+39,7
@@
fail=0
sleep 1 &
pid=$!
-tail --pid=$pid -f f
> /dev/null 2>&1
|| fail=1
+tail --pid=$pid -f f || fail=1
chattr -a f 2>/dev/null
Exit $fail