#!/usr/bin/env sh source "$BP_DIR/bp_test/lib/test.sh" run "$bp -I $in -O $tmp.1" assert_no_diff $tmp.1 $out.1 rm $tmp.1