Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Sep 4, 2020
1 parent d2e4327 commit c9b037e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runner.t
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c9b037e

Please sign in to comment.