diff options
author | Jim Meyering <meyering@redhat.com> | 2010-04-14 15:48:31 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-04-14 15:48:31 +0200 |
commit | 05bee6f116d81084f5796b2ab1ec12135fb72fc2 (patch) | |
tree | 35800e054daaf7840554b70e2e471a6ef6a2154e /tests/ls | |
parent | 584e38d8b3199924ce24f9fa075d27d0d82a2a8b (diff) | |
download | coreutils-05bee6f116d81084f5796b2ab1ec12135fb72fc2.tar.xz |
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".
Diffstat (limited to 'tests/ls')
-rwxr-xr-x | tests/ls/capability | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/capability b/tests/ls/capability index df91aa5d2..3997c731e 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 |