]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_align_seq
fixed seq qual length check
[biopieces.git] / bp_test / test / test_align_seq
index 669747d86e90feb28ac1dbbdf776bdab9f07848b..61c570925c960531a3e4b24eb994deff0d49ef25 100755 (executable)
@@ -1,7 +1,7 @@
-#!/usr/bin/env sh
+#!/bin/bash
 
-source "lib/test.sh"
+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