From c9b037eae475645b26eb524fecfe8886b5662e9c Mon Sep 17 00:00:00 2001 From: Mike Lin Date: Thu, 3 Sep 2020 20:10:53 -1000 Subject: [PATCH] fix --- tests/runner.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runner.t b/tests/runner.t index 55728f11..be864cc6 100644 --- a/tests/runner.t +++ b/tests/runner.t @@ -277,7 +277,7 @@ EOF mkdir -p indir/subdir echo alice > indir/alice.txt echo bob > indir/subdir/bob.txt -miniwdl run dir_io.wdl d=indir +$miniwdl run dir_io.wdl d=indir is "$?" "0" "directory input" is `jq -r '.["w.dsz"]' _LAST/outputs.json` "10" "use of directory input"