From 09bb30255401de37fbe259cf56aad29cae10fb7f Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 31 May 2020 10:55:41 +0100 Subject: [PATCH] tests/script-16.sh: mark as passing only for native ABI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All scripts assume that ran tools matck tested sandbox's ABI. Most scripts have a guard against ABI check, but script-16 was missing it. It's afollow-up commit to 24fd102c9976 ("check_syscall(): turn internal sandbox violation into denywrite") Reported-by: Michał Górny Bug: https://bugs.gentoo.org/590084 Signed-off-by: Sergei Trofimovich --- tests/script-16.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/script-16.sh b/tests/script-16.sh index c668cfa..1622694 100755 --- a/tests/script-16.sh +++ b/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 -- 2.26.2