summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-06-01 07:09:51 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-06-01 07:09:51 +0000
commit5d3b41a84a1b641d2986a120b161da2fb5f4bfaa (patch)
tree57266f552c09c552e222d146db67391b6e86cc92 /tests
parent558b3aacbe4d01c4372149a86c9705d00467ec99 (diff)
downloadcoreutils-5d3b41a84a1b641d2986a120b161da2fb5f4bfaa.tar.xz
Don't assume that \< \> works in sed.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/help-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/help-version b/tests/help-version
index b3930626d..47cc9d467 100755
--- a/tests/help-version
+++ b/tests/help-version
@@ -42,7 +42,7 @@ scripts to fail, so it is being removed from the list of
programs checked by this test.
************************************************
EOF
- all_programs=`echo $all_programs|sed 's/\<groups\> *//'`
+ all_programs=`echo $all_programs | tr ' ' '\n' | grep -v '^groups$'`
fi
;;
esac