From d88ed636ba16b3a116e368dc6f10dc6b08ca1166 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 15 Jan 2016 01:48:53 -0800 Subject: [PATCH] Update test case for new CLI options --- tests/tc026/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tc026/run.sh b/tests/tc026/run.sh index c9bc7d0..36de925 100755 --- a/tests/tc026/run.sh +++ b/tests/tc026/run.sh @@ -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