dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.12k stars 68 forks source link

Fix running tests in environment where opening /dev/tty gives ENXIO #53

Closed veprbl closed 5 years ago

veprbl commented 5 years ago

It can also throw OSError if system returns ENXIO (No such device or address)

Description

Fixes tests when ran in Nix sandbox

Checklist

amjith commented 5 years ago

Thank you, sir! :shield: