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