blob: 2e0fbd679fcc6dabbe52ac5d37db97adeaa009fa [file]
############################################################################
# Copyright (C) SchedMD LLC.
############################################################################
import re
import atf
def test_usage():
"""Verify sgather --usage has the correct format"""
output = atf.run_command_output("sgather --usage", fatal=True)
assert re.search(r"Usage: sgather \[-[A-Za-z]+\] SOURCE DEST$", output) is not None