blob: 287a52c1c004393b7e5930ba7a107929f0e771b7 [file] [log] [blame]
############################################################################
# Copyright (C) SchedMD LLC.
############################################################################
import atf
import re
def test_usage():
"""Verify sattach --usage has the correct format"""
output = atf.run_command_output("sattach --usage", fatal=True)
assert re.search(r"Usage: sattach \[.*\] <jobid\.stepid>$", output) is not None