Skip to content

Commit

Permalink
test: require Tcl 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed May 10, 2024
1 parent 25a1c80 commit 7709cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration.tcl
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,6 +22,7 @@
# THE SOFTWARE.
# ==============================================================================

package require Tcl 8.6
package require Expect 5

set max_match 100000
Expand Down

0 comments on commit 7709cd5

Please sign in to comment.