From 7709cd5d010b1cc53cf1e278b900a86257636663 Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Fri, 10 May 2024 10:54:35 +0000 Subject: [PATCH] test: require Tcl 8.6 --- tests/integration.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration.tcl b/tests/integration.tcl index 1c086d0..e0d0368 100644 --- a/tests/integration.tcl +++ b/tests/integration.tcl @@ -1,7 +1,7 @@ #! /usr/bin/env tclsh # Integration tests for jsonwatch. # ============================================================================== -# Copyright (c) 2020, 2023 D. Bohdan and contributors listed in AUTHORS +# Copyright (c) 2020, 2023-2024 D. Bohdan and contributors listed in AUTHORS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -22,6 +22,7 @@ # THE SOFTWARE. # ============================================================================== +package require Tcl 8.6 package require Expect 5 set max_match 100000