]> 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:01:04 +0000 (16:01 -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 4b53bd54c903671f2ab4e6d935d419e8e932f347..b85467c4f0f47f1aa57a39cdabf38392f1f311cd 100644 (file)
@@ -30,7 +30,7 @@ ERROR:  no security label providers have been loaded
 SECURITY LABEL ON TABLE seclabel_tbl3 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
 --