Index: openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl,v diff -u -r1.6.2.11 -r1.6.2.12 --- openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl 9 Mar 2023 16:01:57 -0000 1.6.2.11 +++ openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl 20 Apr 2023 12:55:51 -0000 1.6.2.12 @@ -7,6 +7,25 @@ } aa_register_case -cats { + smoke production_safe +} -procs { + util::which + apm_tar_cmd + apm_gzip_cmd +} acs_admin_exec_dependencies { + Test external command dependencies for this package. +} { + foreach cmd [list \ + [::util::which openssl] \ + [::util::which [apm_tar_cmd]] \ + [::util::which [apm_gzip_cmd]] \ + $::acs::rootdir/bin/cd-helper \ + ] { + aa_true "'$cmd' is executable" [file executable $cmd] + } +} + +aa_register_case -cats { api smoke } -procs { apm_higher_version_installed_p