X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_test%2Ftest%2Ftest_read_fasta;h=82b220c2d87909225e4f34959db7219ad510120b;hb=3b76043195bd8f9505631147dbc369e80655ebf0;hp=aee8d00809cd2bfc68d8eb1121f0790707467a5c;hpb=bba949ceabb0a366245520982ad01db7c9fc62d3;p=biopieces.git diff --git a/bp_test/test/test_read_fasta b/bp_test/test/test_read_fasta index aee8d00..82b220c 100755 --- a/bp_test/test/test_read_fasta +++ b/bp_test/test/test_read_fasta @@ -1,11 +1,15 @@ -#!/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 -run "$bp -i $in -n 1 -O $tmp.2" -assert_no_diff $tmp.2 $out.2 -rm $tmp.2 +run "$bp -i $in.gz -O $tmp" +assert_no_diff $tmp $out.1 +clean + +run "$bp -i $in -n 1 -O $tmp" +assert_no_diff $tmp $out.2 +clean