]> granicus.if.org Git - postgresql/commitdiff
Use @libdir@ in both of regress/{input,output}/security_label.source
authorNoah Misch <noah@leadboat.com>
Mon, 23 Sep 2013 20:00:13 +0000 (16:00 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 23 Sep 2013 20:00:47 +0000 (16:00 -0400)
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

src/test/regress/output/security_label.source

index 9be8bbd15c4e7308000d598a17234eb9ff4989ef..0e202446ab6669ee27e7d10c2a489024cfaecfe1 100644 (file)
@@ -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
 --