]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_add_ident
added read_sff biopiece
[biopieces.git] / bp_test / test / test_add_ident
index a35b9904a27afdb91e675c15621f5589f470d104..6e32ab6be91e9329e68420dc6c1060b0f41cda65 100755 (executable)
@@ -4,12 +4,12 @@ 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 -k CUSTOM_KEY -O $tmp"
 assert_no_diff $tmp $out.2
-rm $tmp
+clean
 
 run "$bp -I $in -p PREFIX -O $tmp"
 assert_no_diff $tmp $out.3
-rm $tmp
+clean