]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_read_fasta
DRY refactorying of backtrack code
[biopieces.git] / bp_test / test / test_read_fasta
index cc459f89673e9cc11284834f1c2f9d3c3b9fb63c..82b220c2d87909225e4f34959db7219ad510120b 100755 (executable)
@@ -4,8 +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.gz -O $tmp"
+assert_no_diff $tmp $out.1
+clean
 
 run "$bp -i $in -n 1 -O $tmp"
 assert_no_diff $tmp $out.2
-rm $tmp
+clean