From: Jim Meyering Date: Wed, 14 Apr 2010 13:48:31 +0000 (+0200) Subject: tests: avoid spurious failure of root-only ls/capability test X-Git-Tag: v8.5~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05bee6f116d81084f5796b2ab1ec12135fb72fc2;p=platform%2Fupstream%2Fcoreutils.git tests: avoid spurious failure of root-only ls/capability test * tests/ls/capability: Adjust this test not to expect the no-op escape sequence that was removed from all other tests by 2010-01-30 commit 5d43617e, "ls --color: don't emit a final no-op escape sequence". --- diff --git a/tests/ls/capability b/tests/ls/capability index df91aa5..3997c73 100755 --- a/tests/ls/capability +++ b/tests/ls/capability @@ -59,7 +59,7 @@ for ex in '' ex=:; do dir: \e[${code}mcap_neg\e[0m cap_pos -\e[m" > out_ok || framework_failure +" > out_ok || framework_failure compare out out_ok || fail=1 done