X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_test%2Ftest%2Ftest_write_fasta;h=63b1ecf9d2112e707e45f78f6b07a64e8489e33e;hb=bcb675b0fe3a5912ac8a2316b7b813938283e3e7;hp=ba772cab5daacfaaea79961ace54d1e7535ec3e2;hpb=411905e977791d1055c3dc46a60dbeec16c687ae;p=biopieces.git diff --git a/bp_test/test/test_write_fasta b/bp_test/test/test_write_fasta index ba772ca..63b1ecf 100755 --- a/bp_test/test/test_write_fasta +++ b/bp_test/test/test_write_fasta @@ -2,15 +2,15 @@ source "$BP_DIR/bp_test/lib/test.sh" -run "write_fasta -I $in -o $tmp -x" +run "$bp -I $in -o $tmp -x" assert_no_diff $tmp $out.1 rm $tmp -run "write_fasta -I $in -w 4 -o $tmp -x" +run "$bp -I $in -w 4 -o $tmp -x" assert_no_diff $tmp $out.2 rm $tmp -run "write_fasta -I $in -w 4 -Z -o $tmp.gz -x" +run "$bp -I $in -w 4 -Z -o $tmp.gz -x" gunzip $tmp.gz assert_no_diff $tmp $out.3 rm $tmp