Update test case for new CLI options
This commit is contained in:
parent
99e1b54f10
commit
d88ed636ba
|
@ -1,5 +1,5 @@
|
|||
set -e
|
||||
set -u
|
||||
|
||||
../../bin/dcd-client file.d -c53 > actual1.txt
|
||||
../../bin/dcd-client $1 file.d -c53 > actual1.txt
|
||||
diff actual1.txt expected1.txt
|
||||
|
|
Loading…
Reference in New Issue