mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
28 lines
891 B
Diff
28 lines
891 B
Diff
From 7227f8c49cf74ff470248cdb946dd27872854979 Mon Sep 17 00:00:00 2001
|
|
From: allgdante <allan.garret@gmail.com>
|
|
Date: Wed, 4 Jul 2018 17:08:11 +0200
|
|
Subject: [PATCH 4/7] 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.20.1
|
|
|