Index: openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl,v diff -u -r1.71.2.53 -r1.71.2.54 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 21 Apr 2023 12:41:04 -0000 1.71.2.53 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 21 Apr 2023 12:43:00 -0000 1.71.2.54 @@ -1497,6 +1497,7 @@ apm_tar_cmd apm_gzip_cmd db_get_pgbin + db_name } acs_tcl_exec_dependencies { Test external command dependencies for this package. } { @@ -1512,7 +1513,7 @@ [::util::which curl] \ ] - if {[db_get_pgbin] ne ""} { + if {[db_name] eq "PostgreSQL"} { # # On a Posgtgres-enabled installation, we also want psql. #