]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_analyze_vals
refactoring of assemble_pairs
[biopieces.git] / bp_test / test / test_analyze_vals
index 4fa0b2eb0606f036ba7cdc2521aeacf06c60ee18..1e4b18010be45723e6c69a8f9f062f9288a86ea8 100755 (executable)
@@ -4,12 +4,12 @@ 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 -k V0 -o $tmp -x"
 assert_no_diff $tmp $out.2
-rm $tmp
+clean
 
 run "$bp -I $in -K V0 -o $tmp -x"
 assert_no_diff $tmp $out.3
-rm $tmp
+clean