Skip to content

Commit

Permalink
ts: adapt illegal ops on dir msg for Tcl 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Jan 13, 2024
1 parent f484f8f commit 8e3a7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/modules.00-init/005-init_ts.exp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ set savelist_long_headerre "- Collection $modlin.- Last mod. $modlin"
set err_path "$error_msgs: Unable to locate a modulefile for "
set err_file "$error_msgs: No such file or directory on "
set warn_file "$warn_msgs: No such file or directory on "
set err_illdir "$error_msgs: Illegal operation on a directory on "
set err_illdir "$error_msgs: [expr {[cmpversion $tclsh_version 9.0] > -1 ? {Is} : {Illegal operation on}}] a directory on "
set err_notadir "$error_msgs: Not a directory on "
set err_nomodpath "$error_msgs: $msg_nomodpath"
set err_magicns "$moderr_msgs: Magic cookie '#%Module' missing\nIn "
Expand Down

0 comments on commit 8e3a7b4

Please sign in to comment.