mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 20:55:19 +03:00
24 lines
1 KiB
Diff
24 lines
1 KiB
Diff
mutt_path_to_absolute.c:99: Check test_check_str_eq... failed
|
|
|
|
--- a/test/Makefile.autosetup
|
|
+++ b/test/Makefile.autosetup
|
|
@@ -452,8 +452,7 @@
|
|
test/path/mutt_path_tidy.o \
|
|
test/path/mutt_path_tidy_dotdot.o \
|
|
test/path/mutt_path_tidy_slash.o \
|
|
- test/path/mutt_path_tilde.o \
|
|
- test/path/mutt_path_to_absolute.o
|
|
+ test/path/mutt_path_tilde.o
|
|
|
|
PATTERN_OBJS = pattern/pattern.o \
|
|
test/pattern/comp.o \
|
|
--- a/test/main.c
|
|
+++ b/test/main.c
|
|
@@ -496,7 +496,6 @@
|
|
NEOMUTT_TEST_ITEM(test_mutt_path_tidy_dotdot) \
|
|
NEOMUTT_TEST_ITEM(test_mutt_path_tidy_slash) \
|
|
NEOMUTT_TEST_ITEM(test_mutt_path_tilde) \
|
|
- NEOMUTT_TEST_ITEM(test_mutt_path_to_absolute) \
|
|
\
|
|
/* pattern */ \
|
|
NEOMUTT_TEST_ITEM(test_mutt_pattern_comp) \
|