]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_write_fasta
more polishing of testing suite
[biopieces.git] / bp_test / test / test_write_fasta
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