From 42809ce814f0e3f9e614f3b3a916466a84d4f6df Mon Sep 17 00:00:00 2001 From: sebres Date: Mon, 20 Jan 2025 17:05:42 +0000 Subject: [PATCH] fixes constraint case-sensitivity (mistakenly changed in spelling correction commit [ee3df4e647593609], please stop... well, never mind) --- tests/cmdMZ.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cmdMZ.test b/tests/cmdMZ.test index cf63b9f2a58..1723af3c2df 100644 --- a/tests/cmdMZ.test +++ b/tests/cmdMZ.test @@ -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.