tests: Disable test

This commit is contained in:
Dylan Araps 2017-07-23 23:31:51 +10:00
parent b14081625c
commit b5c3ae6f2a

View File

@ -67,7 +67,7 @@ def get_args(args):
def process_args(args):
"""Process args."""
if not len(sys.argv) > 1:
if not len(sys.argv) > 1: # pragma: no cover
print("error: wal needs to be given arguments to run.\n"
" Refer to \"wal -h\" for more info.")
exit(1)