Skip to content

Commit 0583051

Browse files
hhorakpraiskup
authored andcommitted
Fix the variable name in postgresql_pkg_tests.sh
Originally reported in https://bugzilla.redhat.com/show_bug.cgi?id=1803696
1 parent 8211a82 commit 0583051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/postgresql-setup/postgresql_pkg_tests.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pgtests_start ()
152152
fi
153153
done
154154
155-
createdb "$_db" --owner "$_part"
155+
createdb "$_db" --owner "$_user"
156156
157157
IFS=$save_IFS
158158
done

0 commit comments

Comments
 (0)