File postgresql-testsuite-seclabel-location.patch of Package postgresql94.900
commit a72c515d279c0b7d44397654f9c276285172a6c6
Author: yac <yac@blesmrt.net>
Date: Mon Mar 11 16:30:28 2013 +0100
fix directory macro
diff --git a/src/test/regress/input/security_label.source b/src/test/regress/input/security_label.source
index 9b430b0..bb0af60 100644
--- a/src/test/regress/input/security_label.source
+++ b/src/test/regress/input/security_label.source
@@ -39,7 +39,7 @@ SECURITY LABEL ON ROLE seclabel_user1 IS '...invalid label...'; -- fail
SECURITY LABEL ON ROLE seclabel_user3 IS 'unclassified'; -- fail
-- Load dummy external security provider
-LOAD '@libdir@/dummy_seclabel@DLSUFFIX@';
+LOAD '@abs_builddir@/dummy_seclabel@DLSUFFIX@';
--
-- Test of SECURITY LABEL statement with a plugin