tests: skip mv/i-3 on FreeBSD to avoid spurious failure
authorJim Meyering <meyering@redhat.com>
Fri, 4 Feb 2011 13:59:03 +0000 (14:59 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 4 Feb 2011 13:59:03 +0000 (14:59 +0100)
* tests/mv/i-3: Skip when uname -s reports FreeBSD.

tests/mv/i-3

index 80db5e8..7fba139 100755 (executable)
@@ -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