parent
33a673836e
commit
26b1be49d6
|
@ -0,0 +1 @@
|
||||||
|
import empty:
|
|
@ -0,0 +1,5 @@
|
||||||
|
set -e
|
||||||
|
set -u
|
||||||
|
|
||||||
|
../../bin/dcd-client $1 file.d --extended -c$(stat -c %s file.d) > actual.txt
|
||||||
|
diff actual.txt expected.txt
|
Loading…
Reference in New Issue