Skip to content

Commit

Permalink
Removed old FASTQ test #1
Browse files Browse the repository at this point in the history
  • Loading branch information
greatfireball committed May 12, 2016
1 parent 2a0a7a5 commit ae610a8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions t/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,24 +115,6 @@ test_SeqChunker "FASTQ: split pipe" "$SC -n 10 $EC"
##----------------------------------------------------------------------------##

# FASTQ
EC="$DIR/ec.fq"
DESC="split pipe"
echo "Test #"$((++TC))" $DESC";
TF="$DIR/tmp"
cmd="$SC -n 10 $EC"
echo "$cmd";
$cmd > $TF

DIFF=$(diff $EC $TF)
if [ ! -z "$DIFF" ]; then
echo "..failed"
echo "unexpected difference found:" 1>&2;
echo "$DIFF" 1>&2;
exit 1;
fi;
echo "..ok"


# split in chunks
DESC="split file"
echo "Test #"$((++TC))" $DESC";
Expand Down

0 comments on commit ae610a8

Please sign in to comment.