From ea0a8f0d2266986171043e73e078464f6fa95535 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Mon, 23 Sep 2013 16:00:13 -0400 Subject: [PATCH] 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 --- src/test/regress/output/security_label.source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/output/security_label.source b/src/test/regress/output/security_label.source index 4b53bd54c9..b85467c4f0 100644 --- a/src/test/regress/output/security_label.source +++ b/src/test/regress/output/security_label.source @@ -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 -- -- 2.40.0