-1:000000000000 | 0:3c536792bfc2 |
---|---|
1 #!/bin/bash | |
2 | |
3 echo "testing make_incremental_updates.py" | |
4 python ../make_incremental_updates.py -f testpatchfile.txt | |
5 | |
6 echo "" | |
7 echo "diffing ref.mar and test.mar" | |
8 ./diffmar.sh ref.mar test.mar test | |
9 | |
10 echo "" | |
11 echo "diffing ref-mac.mar and test-mac.mar" | |
12 ./diffmar.sh ref-mac.mar test-mac.mar test-mac |