Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf2971
)
Use @libdir@ in both of regress/{input,output}/security_label.source
author
Noah Misch
<noah@leadboat.com>
Mon, 23 Sep 2013 20:00:13 +0000
(16:00 -0400)
committer
Noah Misch
<noah@leadboat.com>
Mon, 23 Sep 2013 20:00:47 +0000
(16:00 -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
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/output/security_label.source
b/src/test/regress/output/security_label.source
index 9be8bbd15c4e7308000d598a17234eb9ff4989ef..0e202446ab6669ee27e7d10c2a489024cfaecfe1 100644
(file)
--- a/
src/test/regress/output/security_label.source
+++ b/
src/test/regress/output/security_label.source
@@
-38,7
+38,7
@@
ERROR: no security label providers have been loaded
SECURITY LABEL ON ROLE seclabel_user3 IS 'unclassified'; -- fail
ERROR: no security label providers have been loaded
-- Load dummy external security provider
-LOAD '@
abs_build
dir@/dummy_seclabel@DLSUFFIX@';
+LOAD '@
lib
dir@/dummy_seclabel@DLSUFFIX@';
--
-- Test of SECURITY LABEL statement with a plugin
--