mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-13 19:02:02 +02:00
tests: skip mv/i-3 on FreeBSD to avoid spurious failure
* tests/mv/i-3: Skip when uname -s reports FreeBSD.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user