summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2013-09-23 16:00:13 -0400
committerNoah Misch <noah@leadboat.com>2013-09-23 16:01:04 -0400
commitea0a8f0d2266986171043e73e078464f6fa95535 (patch)
tree1317a92979358ad7a8425da4683dba5ba00f5f56
parent5eaa369e2e669e0928f2531329825cf4f4d5c884 (diff)
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
-rw-r--r--src/test/regress/output/security_label.source2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/output/security_label.source b/src/test/regress/output/security_label.source
index 4b53bd54c90..b85467c4f0f 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
--