]> git.donarmstrong.com Git - biopieces.git/blob - bp_test/test/test_align_seq
had to fix shebang in testing env
[biopieces.git] / bp_test / test / test_align_seq
1 #!/bin/bash
2
3 source "$BP_DIR/bp_test/lib/test.sh"
4
5 run "$bp -I $in -O $tmp.1"
6 assert_no_diff $tmp.1 $out.1
7 rm $tmp.1