]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_join_seq
DRY refactorying of backtrack code
[biopieces.git] / bp_test / test / test_join_seq
index 61c570925c960531a3e4b24eb994deff0d49ef25..3bdcf90076fc0fee84b39ab5727c65448c27ef62 100755 (executable)
@@ -5,3 +5,7 @@ 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 -d 'X' -O $tmp"
+assert_no_diff $tmp $out.2
+clean