We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c4076 commit d2beb3bCopy full SHA for d2beb3b
t/Liblist_Kid.t
@@ -129,6 +129,7 @@ sub test_kid_unix_os2 {
129
my $qlibre = qr/-L[^"]+\s+-lfoo/;
130
like( $out[0], $qlibre, 'existing file results in quoted extralibs' );
131
like( $out[2], $qlibre, 'existing file results in quotes ldloadlibs' );
132
+ ok $out[3], 'existing file results in true LD_RUN_PATH';
133
}
134
135
sub test_kid_win32 {
0 commit comments