Skip to content

Commit

Permalink
avoid message [[ not found during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Feb 22, 2024
1 parent b146f35 commit a4025b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/config.t
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ my $new_config_name = "agat_config_renamed.yml";
system("$script config -e --output $new_config_name --locus_tag Name");

#run test
ok( system("if [[ -e $new_config_name ]];then exit 0;fi") == 0, "rename agat config file check");
ok( system("if [ -e $new_config_name ];then exit 0;fi") == 0, "rename agat config file check");

# ----- Test use a renamed config file ----

Expand Down

0 comments on commit a4025b2

Please sign in to comment.