]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_mask_seq
rewrote write_tab
[biopieces.git] / bp_test / test / test_mask_seq
index 8f02fd6f17be8b93289db053d9d1722b638726b9..bd6191cb02add8a24de388e8fa2864b91b07fe61 100755 (executable)
@@ -2,6 +2,14 @@
 
 source "$BP_DIR/bp_test/lib/test.sh"
 
-run "$bp -I $in -c 0 -O $tmp"
+run "$bp -I $in -O $tmp"
 assert_no_diff $tmp $out.1
 clean
+
+run "$bp -I $in -c 0 -O $tmp"
+assert_no_diff $tmp $out.2
+clean
+
+run "$bp -I $in -h -O $tmp"
+assert_no_diff $tmp $out.3
+clean