summaryrefslogtreecommitdiff
path: root/tests/euc-mb
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-09-10 15:14:21 +0200
committerJim Meyering <meyering@redhat.com>2011-09-15 14:25:22 +0200
commitadb4b2ca3aef27eb8991f8cb022a85964f4ad49e (patch)
treea9769c79969274cd1e5fc4a45a195a2d644567d5 /tests/euc-mb
parent46e5cc6fb27886af532e6f34c4491bd533637f7c (diff)
downloadgrep-adb4b2ca3aef27eb8991f8cb022a85964f4ad49e.tar.gz
tests: stop using skip_test_; use skip_ instead
* tests/init.cfg (skip_test_): Remove definition. Use the improved skip_ function from init.sh, now that it has the same feature. * tests/euc-mb: s/skip_test_/skip_/ * tests/sjis-mb: Likewise. * tests/fmbtest: Likewise.
Diffstat (limited to 'tests/euc-mb')
-rwxr-xr-xtests/euc-mb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/euc-mb b/tests/euc-mb
index ee5ee611..c0af220a 100755
--- a/tests/euc-mb
+++ b/tests/euc-mb
@@ -22,7 +22,7 @@ euc_grep () {
case $(get-mb-cur-max $locale) in
2|3) ;;
- *) skip_test_ 'EUC-JP locale not found' ;;
+ *) skip_ 'EUC-JP locale not found' ;;
esac
fail=0