@@ -, +, @@ --- tests/script-16.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/tests/script-16.sh +++ a/tests/script-16.sh @@ -1,5 +1,6 @@ #!/bin/sh - +# http://bugs.gentoo.org/139591 +[ "${at_xfail}" = "yes" ] && exit 77 # see script-0 addwrite $PWD mkdir -p to-be/deleted --