diff options
author | allgdante <allan.garret@gmail.com> | 2018-07-05 18:26:04 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-13 15:53:52 +0000 |
commit | e85c11c31b26f4038bea2d69494db969d2b54f5f (patch) | |
tree | 55543f4f579ec21098d3bb1860e8f89ae75954b6 /testing/apparmor/0009-parser-remove-specific-tests-for-ofile.patch | |
parent | 3a33d4256d9ade07a196aac6c6a36c18401b601a (diff) | |
download | aports-e85c11c31b26f4038bea2d69494db969d2b54f5f.tar.bz2 aports-e85c11c31b26f4038bea2d69494db969d2b54f5f.tar.xz |
testing/apparmor: upgrade to 2.13
Diffstat (limited to 'testing/apparmor/0009-parser-remove-specific-tests-for-ofile.patch')
-rw-r--r-- | testing/apparmor/0009-parser-remove-specific-tests-for-ofile.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/apparmor/0009-parser-remove-specific-tests-for-ofile.patch b/testing/apparmor/0009-parser-remove-specific-tests-for-ofile.patch new file mode 100644 index 0000000000..9c19130cf5 --- /dev/null +++ b/testing/apparmor/0009-parser-remove-specific-tests-for-ofile.patch @@ -0,0 +1,28 @@ +From baf1eeb398d0201260a11a9ba9270461da7a0dc3 Mon Sep 17 00:00:00 2001 +From: allgdante <allan.garret@gmail.com> +Date: Wed, 4 Jul 2018 17:08:11 +0200 +Subject: [PATCH 09/11] parser: remove specific tests for ofile + +musl libc doesn't implement this feature, so the test fail. +We must find a way to skip this test instead of removing it +--- + parser/tst/simple_tests/rlimits/ok_rlimit_09.sd | 7 ------- + 1 file changed, 7 deletions(-) + delete mode 100644 parser/tst/simple_tests/rlimits/ok_rlimit_09.sd + +diff --git a/parser/tst/simple_tests/rlimits/ok_rlimit_09.sd b/parser/tst/simple_tests/rlimits/ok_rlimit_09.sd +deleted file mode 100644 +index 6510ae72..00000000 +--- a/parser/tst/simple_tests/rlimits/ok_rlimit_09.sd ++++ /dev/null +@@ -1,7 +0,0 @@ +-# +-#=DESCRIPTION simple max open file (same as nofile) rlimit test +-#=EXRESULT PASS +- +-profile rlimit { +- set rlimit ofile <= 1234, +-} +-- +2.17.1 + |