From: Jim Meyering Date: Fri, 4 Feb 2011 13:59:03 +0000 (+0100) Subject: tests: skip mv/i-3 on FreeBSD to avoid spurious failure X-Git-Tag: v8.10~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee74c7d36ddfc3758b2cdec540aab478eb724572;p=thirdparty%2Fcoreutils.git tests: skip mv/i-3 on FreeBSD to avoid spurious failure * tests/mv/i-3: Skip when uname -s reports FreeBSD. --- diff --git a/tests/mv/i-3 b/tests/mv/i-3 index 80db5e8fcf..7fba1396e2 100755 --- a/tests/mv/i-3 +++ b/tests/mv/i-3 @@ -23,6 +23,8 @@ require_controlling_input_terminal_ skip_if_root_ trap '' TTIN # Ignore SIGTTIN +test "$(uname -s)" = FreeBSD && skip_ "known spurious failure on FreeBSD" + touch f g h i || framework_failure chmod 0 g i || framework_failure