1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

tests: remove skip_test_ function; use new skip_ instead

* tests/init.cfg (skip_test_): Remove function.
Use skip_ in place of skip_test_ everywhere else.
* cfg.mk (sc_prohibit_skip_): Remove rule.
* tests/**: Use skip_, not skip_test_, everywhere.
This commit is contained in:
Jim Meyering
2011-06-14 16:22:41 +02:00
parent 13672ec321
commit 2e580ca741
74 changed files with 158 additions and 174 deletions

View File

@@ -31,7 +31,7 @@ chgrp -h $g2 symlink 2> /dev/null
set _ `ls -ln symlink`
g=$5
test "$g" = $g2 ||
skip_test_ "your system doesn't support changing the owner or group" \
skip_ "your system doesn't support changing the owner or group" \
"of a symbolic link."