Skip to content

Commit

Permalink
fixes constraint case-sensitivity (mistakenly changed in spelling cor…
Browse files Browse the repository at this point in the history
…rection commit [ee3df4e647593609], please stop... well, never mind)
  • Loading branch information
sebres committed Jan 20, 2025
1 parent b4f9785 commit 42809ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cmdMZ.test
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test cmdMZ-1.4 {Tcl_PwdObjCmd: failure} -setup {
file delete -force $foodir
file mkdir $foodir
cd $foodir
} -constraints {Unix nonPortable} -body {
} -constraints {unix nonPortable} -body {
# This test fails on various Unix platforms (eg Linux) where permissions
# caching causes this to fail. The caching is strictly incorrect, but we
# have no control over that.
Expand Down

0 comments on commit 42809ce

Please sign in to comment.