From 2e580ca741b83202e6b22e0bb58b18101a443bd8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 14 Jun 2011 16:22:41 +0200 Subject: 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. --- tests/touch/no-dereference | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/touch/no-dereference') diff --git a/tests/touch/no-dereference b/tests/touch/no-dereference index 6d138114c..b73274627 100755 --- a/tests/touch/no-dereference +++ b/tests/touch/no-dereference @@ -41,7 +41,7 @@ test -f nowhere && fail=1 # The remaining tests of -h require kernel support for changing symlink times. grep '^#define HAVE_UTIMENSAT 1' "$CONFIG_HEADER" > /dev/null || grep '^#define HAVE_LUTIMES 1' "$CONFIG_HEADER" > /dev/null || - skip_test_ 'this system lacks the utimensat function' + skip_ 'this system lacks the utimensat function' # Changing time of dangling symlink is okay. # Skip the test if this fails, but the error text corresponds to @@ -51,7 +51,7 @@ case $? in 0) test -f nowhere && fail=1 test -s err && fail=1;; 1) grep 'Function not implemented' err \ - && skip_test_ 'this system lacks the utimensat function' + && skip_ 'this system lacks the utimensat function' fail=1;; *) fail=1;; esac -- cgit v1.2.3-70-g09d2