From: martinahansen Date: Wed, 4 Aug 2010 09:12:10 +0000 (+0000) Subject: more polishing of testing suite X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0e16a431857146d4ae040ea228f58ef2b9491ddf;hp=95b6d7ce1fa30c6abd3ec6536a5bc09396fc321d;p=biopieces.git more polishing of testing suite git-svn-id: http://biopieces.googlecode.com/svn/trunk@1029 74ccb610-7750-0410-82ae-013aeee3265d --- 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