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 d2beb3b commit b779abfCopy full SHA for b779abf
t/Liblist_Kid.t
@@ -130,6 +130,7 @@ sub test_kid_unix_os2 {
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
+ is_deeply [ _ext( '-L. -lnotthere' ) ], [ ('') x 4 ], 'non-present lib = empty';
134
}
135
136
sub test_kid_win32 {
0 commit comments