Permalink
Browse files

Fix invocation of sh_spec.py in the empty-bodies test

  • Loading branch information...
Andy Chu
Andy Chu committed Jun 1, 2018
1 parent acdfc71 commit 3d83b92665c946ac52e8dc99acf1b7e331c7e888
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/spec.sh
View
@@ -551,7 +551,7 @@ for-expr() {
}
empty-bodies() {
sh-spec spec/empty-bodies.test.sh "${REF_SHELLS[@]}" $ZSH $OSH
sh-spec spec/empty-bodies.test.sh "${REF_SHELLS[@]}" $ZSH $OSH "$@"
}
# TODO: This is for the ANTLR grammars, in the oil-sketch repo.

0 comments on commit 3d83b92

Please sign in to comment.