Skip to content

Commit

Permalink
Re-enable permissions prompt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afinch7 committed Mar 18, 2019
1 parent 44773c9 commit 10c66dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@ def main(argv):
# prompt.
if os.name != 'nt':
from is_tty_test import is_tty_test
# TODO(ry) Re-enable permission_prompt_test
# from permission_prompt_test import permission_prompt_test
# permission_prompt_test(deno_exe)
from permission_prompt_test import permission_prompt_test
permission_prompt_test(deno_exe)
is_tty_test(deno_exe)

repl_tests(deno_exe)
Expand Down

0 comments on commit 10c66dd

Please sign in to comment.