]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_read_blast_tab
fixed encoding bug in read_454
[biopieces.git] / bp_test / test / test_read_blast_tab
index cc459f89673e9cc11284834f1c2f9d3c3b9fb63c..bff0470123b1fce4ebc13dee37ad12bfe3a54349 100755 (executable)
@@ -4,8 +4,8 @@ source "$BP_DIR/bp_test/lib/test.sh"
 
 run "$bp -i $in -O $tmp"
 assert_no_diff $tmp $out.1
-rm $tmp
+clean
 
 run "$bp -i $in -n 1 -O $tmp"
 assert_no_diff $tmp $out.2
-rm $tmp
+clean