Skip to content

Commit

Permalink
Do not overwrite LD_LIBRARY_PATH in t_flag_ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
gezalore committed Oct 21, 2023
1 parent 26e3785 commit cbc2f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_regress/t/t_flag_ldflags.pl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

execute(
check_finished => 1,
run_env => "LD_LIBRARY_PATH=$Self->{obj_dir}",
run_env => "LD_LIBRARY_PATH=$Self->{obj_dir}:$ENV{LD_LIBRARY_PATH}",
);

ok(1);
Expand Down

0 comments on commit cbc2f9e

Please sign in to comment.