Skip to content

Commit b779abf

Browse files
mohawk2bingos
authored andcommitted
unix test not-there lib = empty
1 parent d2beb3b commit b779abf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/Liblist_Kid.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ sub test_kid_unix_os2 {
130130
like( $out[0], $qlibre, 'existing file results in quoted extralibs' );
131131
like( $out[2], $qlibre, 'existing file results in quotes ldloadlibs' );
132132
ok $out[3], 'existing file results in true LD_RUN_PATH';
133+
is_deeply [ _ext( '-L. -lnotthere' ) ], [ ('') x 4 ], 'non-present lib = empty';
133134
}
134135

135136
sub test_kid_win32 {

0 commit comments

Comments
 (0)