Index: openacs-4/packages/acs-templating/tcl/test/file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/Attic/file-procs.tcl,v diff -u -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/acs-templating/tcl/test/file-procs.tcl 8 Oct 2022 17:52:08 -0000 1.1.2.6 +++ openacs-4/packages/acs-templating/tcl/test/file-procs.tcl 8 Oct 2022 18:02:44 -0000 1.1.2.7 @@ -185,7 +185,7 @@ set tmpdir [file dirname $tmpfile] set new_path $tmpdir/acs-templating-test-template-widget-file - aa_log "exec ls -ltr $new_path
[exec ls -ltr $tmpdir/ | tail]
" + aa_log "exec ls -ltr $tmpdir/
[exec ls -ltr $tmpdir/ | tail]
" catch {exec -ignorestderr find /tmp/ -mmin -1 -type f 2> /dev/null} err aa_log "
$err
" aa_log "new path exists $new_path -> [file exists $new_path]"