blob: 3fe3c192ac9d925abdee8c623971bef45b228710 [file] [log] [blame]
############################################################################
# Copyright (C) SchedMD LLC.
############################################################################
import atf
import re
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