Internals: make test-diff macOS compatibility fix

This commit is contained in:
Geza Lore 2026-01-25 11:01:56 +00:00
parent 430015e234
commit 2ddfcbed16
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ distclean::
TEST_SNAP_DIR ?= snapshot
# Command to diff directories
TEST_DIFF_TOOL ?= $(if $(shell which icdiff), icdiff -N -r, diff -r)
TEST_DIFF_TOOL ?= $(if $(shell which icdiff), icdiff -N -r --cols=$(shell tput cols), diff -r)
TEST_SNAP_IGNORE := \
*.status *.log *.dat *.d *.o *.a *.so *stats*.txt *.html *.includecache \