summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-09-17 15:16:30 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-09-17 15:16:30 (GMT)
commitb70d75600b3883a81bfef7e185ccaa638133ece9 (patch)
treed89d37692735d19758f8483eb21f461f6ed583f0 /tests
parent5f091288cc1f3bd89e585adcd699b36ffaf1e982 (diff)
downloadtcl-b70d75600b3883a81bfef7e185ccaa638133ece9.zip
tcl-b70d75600b3883a81bfef7e185ccaa638133ece9.tar.gz
tcl-b70d75600b3883a81bfef7e185ccaa638133ece9.tar.bz2
Remove test constraint bug-b3c7429255
Diffstat (limited to 'tests')
-rw-r--r--tests/zipfs.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/zipfs.test b/tests/zipfs.test
index 417fa37..6c3caee 100644
--- a/tests/zipfs.test
+++ b/tests/zipfs.test
@@ -973,10 +973,10 @@ namespace eval test_ns_zipfs {
testpassword plain-badpassword plain.txt xxx plaintext
testpassword cipher cipher.bin password ciphertext
testpassword cipher-nopassword cipher.bin {} "decryption failed" -returnCodes error
- testpassword cipher-badpassword cipher.bin xxx "decryption failed" -returnCodes error -constraints bug-b3c7429255
+ testpassword cipher-badpassword cipher.bin xxx "invalid CRC" -returnCodes error
testpassword cipher-deflate cipher-deflate.bin password [lseq 100]
testpassword cipher-deflate-nopassword cipher-deflate.bin {} "decryption failed" -returnCodes error
- testpassword cipher-deflate-badpassword cipher-deflate.bin xxx "decryption failed" -returnCodes error -constraints bug-b3c7429255
+ testpassword cipher-deflate-badpassword cipher-deflate.bin xxx "decompression error" -returnCodes error
#
# CRC errors