]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_write_blast
added tests to find_orfs
[biopieces.git] / bp_test / test / test_write_blast
index 87ed9e02436517becbfbb98fb89be01568aa2626..741eb9572aba33f1c6a1ffb86862c9c105130c75 100755 (executable)
@@ -4,13 +4,13 @@ source "$BP_DIR/bp_test/lib/test.sh"
 
 run "$bp -I $in -o $tmp -x"
 assert_no_diff $tmp $out.1
-rm $tmp
+clean
 
 run "$bp -I $in -c -o $tmp -x"
 assert_no_diff $tmp $out.2
-rm $tmp
+clean
 
 run "$bp -I $in -Z -o $tmp.gz -x"
 gunzip $tmp.gz
 assert_no_diff $tmp $out.3
-rm $tmp
+clean