This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
sys_prog/splitter/tests/test3.sh

8 lines
205 B
Bash
Raw Normal View History

2019-10-20 12:38:25 +00:00
#!/bin/sh
TMP=`rm -rf tests/dir3`
TMP=`mkdir tests/dir3`
TMP=`cp tests/src/* tests/dir3`
TMP=`./splitter merge tests/dir3/pdf.pdf.index tests/dir3/newpdf.pdf`
diff tests/dir3/newpdf.pdf tests/src/pdf.pdf