We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e8e04 commit 99c405eCopy full SHA for 99c405e
test_get_phylomarkers.t
@@ -9,7 +9,7 @@ use lib "lib/perl/File::Rename";
9
10
### Test Perl scripts
11
# test 1
12
-ok( eval{ `perl ./add_labels2tree.pl 2>&1` } =~ /two args/ , 'add_labels2tree.pl' );
+ok( eval{ `perl ./add_labels2tree.pl 2>&1` } =~ /two arguments/ , 'add_labels2tree.pl' );
13
14
# test 2
15
ok( eval{ `perl ./add_nos2fasta_header.pl 2>&1` } =~ /fasta file/ , 'add_nos2fasta_header.pl' );
0 commit comments