#! /bin/sh

# Just a convenience script for running 'pg_test_fsync' from 'rh-postgresql12'
# collection, without the need to call 'scl enable rh-postgresql12'.  Note that
# it is not a bug when this script causes RPM collision with some
# '/usr/bin/pg_test_fsync' executable installed from different package.
#
# Generated by scl-utils-build-helpers-0-7.el7.

source scl_source enable rh-postgresql12
exec "/opt/rh/rh-postgresql12/root/usr/bin/pg_test_fsync" "$@"
