michael@0: #!/bin/bash michael@0: michael@0: echo "testing make_incremental_updates.py" michael@0: python ../make_incremental_updates.py -f testpatchfile.txt michael@0: michael@0: echo "" michael@0: echo "diffing ref.mar and test.mar" michael@0: ./diffmar.sh ref.mar test.mar test michael@0: michael@0: echo "" michael@0: echo "diffing ref-mac.mar and test-mac.mar" michael@0: ./diffmar.sh ref-mac.mar test-mac.mar test-mac