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.22 -r1.14.2.23 --- openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 25 Feb 2022 12:56:18 -0000 1.14.2.22 +++ openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 20 Apr 2023 15:21:28 -0000 1.14.2.23 @@ -435,6 +435,20 @@ } } + 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] + } + } + } #