]> git.donarmstrong.com Git - biopieces.git/blob - test_remove_mids
79717d034b7d71b9a64cdabcf7c91118b2d7890e
[biopieces.git] / test_remove_mids
1 #!/bin/bash
2
3 source "$BP_DIR/bp_test/lib/test.sh"
4
5 run "$bp -I $in -O $tmp"
6 assert_no_diff $tmp $out.1
7 clean
8
9 run "$bp -I $in -p 4 -O $tmp"
10 assert_no_diff $tmp $out.2
11 clean