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:
@@ -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."
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user