]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_cat_seq
fixed cat_seq
[biopieces.git] / bp_test / test / test_cat_seq
index 61c570925c960531a3e4b24eb994deff0d49ef25..a5084344ab3f124660869a7ae5a39641a9fd9cbe 100755 (executable)
@@ -5,3 +5,11 @@ source "$BP_DIR/bp_test/lib/test.sh"
 run "$bp -I $in -O $tmp"
 assert_no_diff $tmp $out.1
 clean
+
+run "$bp -I $in -x -O $tmp"
+assert_no_diff $tmp $out.2
+clean
+
+run "$bp -I $in -s Foobar -O $tmp"
+assert_no_diff $tmp $out.3
+clean