]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_align_seq
adding bzip2 support in ruby
[biopieces.git] / bp_test / test / test_align_seq
index 4370cb3ca5e08694c99a5bb5e6416b58e7048548..61c570925c960531a3e4b24eb994deff0d49ef25 100755 (executable)
@@ -1,7 +1,7 @@
-#!/usr/bin/env sh
+#!/bin/bash
 
 source "$BP_DIR/bp_test/lib/test.sh"
 
-run "$bp -I $in -O $tmp.1"
-assert_no_diff $tmp.1 $out.1
-rm $tmp.1
+run "$bp -I $in -O $tmp"
+assert_no_diff $tmp $out.1
+clean