]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_write_fasta
upgraded tests of read_sff
[biopieces.git] / bp_test / test / test_write_fasta
index ba772cab5daacfaaea79961ace54d1e7535ec3e2..68f37ce7e5ec796a6a7009a4b9f1a5c01513fd7b 100755 (executable)
@@ -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
+clean
 
-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
+clean
 
-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
+clean