Index: openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl,v diff -u -r1.9.2.1 -r1.9.2.2 --- openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl 16 Feb 2021 20:59:03 -0000 1.9.2.1 +++ openacs-4/packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl 20 Apr 2023 13:32:47 -0000 1.9.2.2 @@ -6,6 +6,22 @@ @cvs-id $Id$ } +aa_register_case -cats { + smoke production_safe +} -procs { + image::identify_binary + image::convert_binary +} acs_content_repository_exec_dependencies { + Test external command dependencies for this package. +} { + foreach cmd [list \ + [::image::identify_binary] \ + [::image::convert_binary] + ] { + aa_true "'$cmd' is executable" [file executable $cmd] + } +} + aa_register_case \ -cats {smoke api db} \ -procs {