diff options
author | Noah Misch <noah@leadboat.com> | 2013-09-23 16:00:13 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2013-09-23 16:00:47 -0400 |
commit | 98a746c1ea7b134d997570adae6bf84da78b7a2a (patch) | |
tree | 28d6174616fc24dfbef84c9101b475309ee21cb9 /src | |
parent | faf29715787a6ad835085643b378586d129bd247 (diff) | |
download | postgresql-98a746c1ea7b134d997570adae6bf84da78b7a2a.tar.gz postgresql-98a746c1ea7b134d997570adae6bf84da78b7a2a.zip |
Use @libdir@ in both of regress/{input,output}/security_label.source
Though @libdir@ almost always matches @abs_builddir@ in this context,
the test could only fail if they differed. Back-patch to 9.1, where the
test was introduced.
Hamid Quddus Akhtar
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/output/security_label.source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/output/security_label.source b/src/test/regress/output/security_label.source index 9be8bbd15c4..0e202446ab6 100644 --- a/src/test/regress/output/security_label.source +++ b/src/test/regress/output/security_label.source @@ -38,7 +38,7 @@ ERROR: no security label providers have been loaded SECURITY LABEL ON ROLE seclabel_user3 IS 'unclassified'; -- fail ERROR: no security label providers have been loaded -- Load dummy external security provider -LOAD '@abs_builddir@/dummy_seclabel@DLSUFFIX@'; +LOAD '@libdir@/dummy_seclabel@DLSUFFIX@'; -- -- Test of SECURITY LABEL statement with a plugin -- |