X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=bp_test%2Ftest%2Ftest_cat_seq;h=a5084344ab3f124660869a7ae5a39641a9fd9cbe;hb=a949711879aa421a6e36c4b7f34305525d64a585;hp=61c570925c960531a3e4b24eb994deff0d49ef25;hpb=b68c61dd9007b66ca91b2cd112c90f1fecc3c6cd;p=biopieces.git diff --git a/bp_test/test/test_cat_seq b/bp_test/test/test_cat_seq index 61c5709..a508434 100755 --- a/bp_test/test/test_cat_seq +++ b/bp_test/test/test_cat_seq @@ -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