From 0e16a431857146d4ae040ea228f58ef2b9491ddf Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 4 Aug 2010 09:12:10 +0000 Subject: [PATCH] more polishing of testing suite git-svn-id: http://biopieces.googlecode.com/svn/trunk@1029 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/out/write_fasta.out.3 | 3 +++ bp_test/test/test_write_fasta | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 bp_test/out/write_fasta.out.3 diff --git a/bp_test/out/write_fasta.out.3 b/bp_test/out/write_fasta.out.3 new file mode 100644 index 0000000..526b10c --- /dev/null +++ b/bp_test/out/write_fasta.out.3 @@ -0,0 +1,3 @@ +>test +ATCG +atcg diff --git a/bp_test/test/test_write_fasta b/bp_test/test/test_write_fasta index 9ae8502..ba772ca 100755 --- a/bp_test/test/test_write_fasta +++ b/bp_test/test/test_write_fasta @@ -10,7 +10,7 @@ run "write_fasta -I $in -w 4 -o $tmp -x" assert_no_diff $tmp $out.2 rm $tmp -# This one will not work for some reason? -# run "write_fasta -I $in -w 4 -Z -o $tmp -x" -# assert_no_diff $tmp $out.3 -# rm $tmp +run "write_fasta -I $in -w 4 -Z -o $tmp.gz -x" +gunzip $tmp.gz +assert_no_diff $tmp $out.3 +rm $tmp -- 2.39.2