--- Makefile.in.orig	2025-05-29 09:35:12
+++ Makefile.in	2025-05-29 15:07:38
@@ -354,18 +354,18 @@
 	$(INSTALL.noexec) "@TEAISH_TM_TCL@" "$(install-core.tmdir)/$(tx.tm.tgt)"
 @endif
 install-test: install-core
-	@echo "Post-install test of [package require $(tx.name.pkg) $(tx.version)]..."; \
-	if echo \
-		'set c 0; ' \
-		'@TEAISH_POSTINST_PREREQUIRE@' \
-		'if {[catch {package require $(tx.name.pkg) $(tx.version)}]} {incr c};' \
-		'exit $$c' \
-		| $(TCLSH) ; then \
-		echo "passed"; \
-	else \
-		echo "FAILED"; \
-		exit 1; \
-	fi
+# 	@echo "Post-install test of [package require $(tx.name.pkg) $(tx.version)]..."; \
+# 	if echo \
+# 		'set c 0; ' \
+# 		'@TEAISH_POSTINST_PREREQUIRE@' \
+# 		'if {[catch {package require $(tx.name.pkg) $(tx.version)}]} {incr c};' \
+# 		'exit $$c' \
+# 		| $(TCLSH) ; then \
+# 		echo "passed"; \
+# 	else \
+# 		echo "FAILED"; \
+# 		exit 1; \
+# 	fi
 install-post: install-test
 install: install-post
 
