Update test case for new CLI options

This commit is contained in:
Hackerpilot 2016-01-15 01:48:53 -08:00
parent 99e1b54f10
commit d88ed636ba
1 changed files with 1 additions and 1 deletions

View File

@ -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