]> git.donarmstrong.com Git - biopieces.git/commitdiff
more polishing of testing suite
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 4 Aug 2010 09:12:10 +0000 (09:12 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 4 Aug 2010 09:12:10 +0000 (09:12 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1029 74ccb610-7750-0410-82ae-013aeee3265d

bp_test/out/write_fasta.out.3 [new file with mode: 0644]
bp_test/test/test_write_fasta

diff --git a/bp_test/out/write_fasta.out.3 b/bp_test/out/write_fasta.out.3
new file mode 100644 (file)
index 0000000..526b10c
--- /dev/null
@@ -0,0 +1,3 @@
+>test
+ATCG
+atcg
index 9ae850296354a336707fc50f813b1e743a7bfb99..ba772cab5daacfaaea79961ace54d1e7535ec3e2 100755 (executable)
@@ -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