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
Executable File

#!/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