head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2024.12.24.10.51.18; author wiz; state Exp; branches; next ; commitid M7oHtLIJ1LTX7KCF; desc @@ 1.1 log @py-nihtest: update to 1.9.1. Fix self tests inside pkgsrc. # 1.9.1 [2024-12-17] - Fix directory comparators broken in 1.9.0. - Fix handling of files in nested directories. - Fix on Windows. # 1.9.0 [2024-12-17] - Fail for unexpeced empty directories. - Allow specifying existance of directories. - Check for duplicate file/directory specifications in test case. - Deprecate `mkdir` directive, use `directory` instead. @ text @$NetBSD$ Needed for running tests in pkgsrc framework. --- tests/nihtest.conf.in.orig 2024-12-17 14:43:32.000000000 +0000 +++ tests/nihtest.conf.in @@@@ -6,3 +6,4 @@@@ program-directories = @@PROJECT_BINARY_DI @@PROJECT_BINARY_DIR@@/Debug @@VENV_BIN_DIR@@ default-stderr-replace = "^([A-Za-z]:)?[^: ]*: " "" +environment-passthrough = LD_LIBRARY_PATH @