8000 Use @libdir@ in both of regress/{input,output}/security_label.source · sqlparser/postgres@98a746c · GitHub
[go: up one dir, main page]

Skip to content

Commit 98a746c

Browse files
committed
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
1 parent faf2971 commit 98a746c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/output/security_label.source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ERROR: no security label providers have been loaded
3838
SECURITY LABEL ON ROLE seclabel_user3 IS 'unclassified'; -- fail
3939
ERROR: no security label providers have been loaded
4040
-- Load dummy external security provider
41-
LOAD '@abs_builddir@/dummy_seclabel@DLSUFFIX@';
41+
LOAD '@libdir@/dummy_seclabel@DLSUFFIX@';
4242
--
4343
-- Test of SECURITY LABEL statement with a plugin
4444
--

0 commit comments

Comments
 (0)
0