Index: openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl,v diff -u -r1.14.2.23 -r1.14.2.24 --- openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 20 Apr 2023 15:21:28 -0000 1.14.2.23 +++ openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 14 Jun 2023 08:40:23 -0000 1.14.2.24 @@ -435,19 +435,23 @@ } } - aa_register_case -cats { - smoke production_safe - } -procs { - util::which - } xowf_exec_dependencies { - Test external command dependencies for this package. - } { - foreach cmd [list \ - [::util::which qrencode] \ - ] { - aa_true "'$cmd' is executable" [file executable $cmd] - } - } + # + # This test could be used to make sure binaries in use in the code are + # actually available to the system. + # + # aa_register_case -cats { + # smoke production_safe + # } -procs { + # util::which + # } xowf_exec_dependencies { + # Test external command dependencies for this package. + # } { + # foreach cmd [list \ + # [::util::which qrencode] \ + # ] { + # aa_true "'$cmd' is executable" [file executable $cmd] + # } + # } }