]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_write_fasta
polishing on testing suite
[biopieces.git] / bp_test / test / test_write_fasta
index a2f5b0769e6e7d921291c4cdf70582fee397c883..9ae850296354a336707fc50f813b1e743a7bfb99 100755 (executable)
@@ -2,10 +2,15 @@
 
 source "$BP_DIR/bp_test/lib/test.sh"
 
-run "write_fasta -I $in -o $tmp.1 -x"
-assert_no_diff $tmp.1 $out.1
-rm $tmp.1
+run "write_fasta -I $in -o $tmp -x"
+assert_no_diff $tmp $out.1
+rm $tmp
 
-run "write_fasta -I $in -w 4 -o $tmp.2 -x"
-assert_no_diff $tmp.2 $out.2
-rm $tmp.2
+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