From: mar Date: Thu, 21 Jan 1988 17:02:28 +0000 (+0000) Subject: added script command, removed duplicate quit X-Git-Tag: BETA5-24-88~22 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/385906929d06b5e3f7ecd27edeaf0f90585b31bb?hp=870e3698122277e26c07a9d960fd9f2e08b13c73 added script command, removed duplicate quit --- diff --git a/clients/mrtest/test_cmds.ct b/clients/mrtest/test_cmds.ct index 862c69ae..2e0f8020 100644 --- a/clients/mrtest/test_cmds.ct +++ b/clients/mrtest/test_cmds.ct @@ -1,8 +1,5 @@ command_table sms_test; - request ss_quit, "Exit the program", - quit, q; - request test_noop, "Ask SMS to do nothing", noop; @@ -24,6 +21,9 @@ request test_access, "Check access to an SMS query.", access; + request test_script, "Read commands from a script.", + script, s; + request ss_self_identify, "Identify the subsystem.", ".", (dont_list, dont_summarize);