Index: openacs-4/packages/acs-tcl/tcl/test/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/Attic/http-client-procs.tcl,v diff -u -r1.1.2.13 -r1.1.2.14 --- openacs-4/packages/acs-tcl/tcl/test/http-client-procs.tcl 13 Jan 2021 11:00:18 -0000 1.1.2.13 +++ openacs-4/packages/acs-tcl/tcl/test/http-client-procs.tcl 1 Feb 2021 10:51:09 -0000 1.1.2.14 @@ -125,7 +125,7 @@ close $rfd aa_true "Setting the charset actually brings to different content in the response" {$app_json_text ne $iso8859_2_text} - file delete $tmpfile_app_json $tmpfile_iso8859_2 + file delete -- $tmpfile_app_json $tmpfile_iso8859_2 } } }