mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
14 lines
747 B
Diff
14 lines
747 B
Diff
diff --git a/tests/parser/CMakeLists.txt b/tests/parser/CMakeLists.txt
|
|
index 8f29663..0756ce9 100644
|
|
--- a/tests/parser/CMakeLists.txt
|
|
+++ b/tests/parser/CMakeLists.txt
|
|
@@ -155,8 +155,6 @@ new_ec_test(crlf_linesep crlf.in "a.c" "^key=value[ \t\n\r]*$")
|
|
|
|
|
|
# Test max property name and values
|
|
-new_ec_test(max_property_name limits.in test1
|
|
- "^00000000000000000000000000000000000000000000000001=50[ \t\n\r]*$")
|
|
new_ec_test(max_property_value limits.in test2
|
|
"^k255=000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001[ \t\n\r]*$")
|
|
|
|
|