Index: openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl,v diff -u -r1.28.2.28 -r1.28.2.29 --- openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 9 Feb 2023 12:11:32 -0000 1.28.2.28 +++ openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 20 Apr 2023 13:57:37 -0000 1.28.2.29 @@ -1352,6 +1352,20 @@ } } +aa_register_case -cats { + smoke production_safe +} -procs { + util::which +} acs_lang_exec_dependencies { + Test external command dependencies for this package. +} { + foreach cmd [list \ + [::util::which find] \ + ] { + aa_true "'$cmd' is executable" [file executable $cmd] + } +} + # Local variables: # mode: tcl # tcl-indent-level: 4