* test/src/emacs-module-tests.el (module/describe-function-1):
Prevent string mismatch caused by line breaks after filling;
the macOS dynamic library suffix (.dylib) is longer than on other
platforms.
"Check that Bug#30163 is fixed."
(with-temp-buffer
(let ((standard-output (current-buffer))
- (text-quoting-style 'grave))
+ (text-quoting-style 'grave)
+ (fill-column 200)) ; prevent line breaks when filling
(describe-function-1 #'mod-test-sum)
(goto-char (point-min))
(while (re-search-forward "`[^']*/src/emacs-module-resources/" nil t)