diff options
author | 2020-05-31 10:55:41 +0100 | |
---|---|---|
committer | 2020-05-31 12:31:10 +0200 | |
commit | 818d14f59a5bcf3cc9e8e88a993abc5605ed0b26 (patch) | |
tree | 245d1b11d1e27215861dfae801dbeaf13bf89ffc /tests/script-16.sh | |
parent | Bump version to 2.19 (diff) | |
download | sandbox-818d14f59a5bcf3cc9e8e88a993abc5605ed0b26.tar.gz sandbox-818d14f59a5bcf3cc9e8e88a993abc5605ed0b26.tar.bz2 sandbox-818d14f59a5bcf3cc9e8e88a993abc5605ed0b26.zip |
tests/script-16.sh: mark as passing only for native ABI
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
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Closes: https://bugs.gentoo.org/590084
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tests/script-16.sh')
-rwxr-xr-x | tests/script-16.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |