Skip to content

Commit

Permalink
fix test input
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Feb 21, 2024
1 parent f26f03f commit 77a4898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/scripts_output.t
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ unlink $outtmp;

$script = $script_prefix."bin/agat_sp_add_start_and_stop.pl";
$result = "$output_folder/agat_sp_add_start_and_stop_1.gff";
system(" $script --gff $input_folder/1.gff --fasta $input_folder/1.fa -o $outtmp 2>&1 1>/dev/null");
system(" $script --gff $input_folder/agat_sp_add_start_and_stop.gff --fasta $input_folder/1.fa -o $outtmp 2>&1 1>/dev/null");
#run test
ok( system("diff $result $outtmp") == 0, "output $script");
unlink $outtmp;
Expand Down

0 comments on commit 77a4898

Please sign in to comment.