File postgresql-testsuite-seclabel-location.patch of Package postgresql94.15976
commit a72c515d279c0b7d44397654f9c276285172a6c6
Author: yac <yac@blesmrt.net>
Date: Mon Mar 11 16:30:28 2013 +0100
fix directory macro
--- src/test/regress/input/security_label.source.orig
+++ src/test/regress/input/security_label.source
@@ -40,7 +40,7 @@ SECURITY LABEL ON ROLE seclabel_user1 IS
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