Closed real-dam closed 13 years ago
The check_database subroutine of t/tests-setup.pl gives the admin user/password as arguments to ISQL's command line. These are visible in ps process list.
check_database
t/tests-setup.pl
ISQL
ps
my $ocmd = qq("$isql" -u "$user" -p "$pass" -x "$path" 2>&1);
I'll work on modifying the code to put the user/password in the SQL given to ISQL, as this is made in other places.
The
check_database
subroutine oft/tests-setup.pl
gives the admin user/password as arguments toISQL
's command line. These are visible inps
process list.I'll work on modifying the code to put the user/password in the SQL given to
ISQL
, as this is made in other places.