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/mv/i-3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/mv/i-3') diff --git a/tests/mv/i-3 b/tests/mv/i-3 index 83d93a86f..867b7cb62 100755 --- a/tests/mv/i-3 +++ b/tests/mv/i-3 @@ -23,21 +23,21 @@ require_controlling_input_terminal_ skip_if_root_ trap '' TTIN # Ignore SIGTTIN -test "$(uname -s)" = FreeBSD && skip_test_ "known spurious failure on FreeBSD" +test "$(uname -s)" = FreeBSD && skip_ "known spurious failure on FreeBSD" touch f g h i || framework_failure chmod 0 g i || framework_failure ls /dev/stdin >/dev/null 2>&1 \ - || skip_test_ 'there is no /dev/stdin file' + || skip_ 'there is no /dev/stdin file' # work around a dash bug when redirecting # from symlinked ttys in the background tty=$(readlink -f /dev/stdin) test -r "$tty" 2>&1 \ - || skip_test_ '/dev/stdin is not readable' + || skip_ '/dev/stdin is not readable' mv f g < $tty > out 2>&1 & pid=$! -- cgit v1.2.3-70-g09d2