]> andersk Git - moira.git/commitdiff
added script command, removed duplicate quit
authormar <mar>
Thu, 21 Jan 1988 17:02:28 +0000 (17:02 +0000)
committermar <mar>
Thu, 21 Jan 1988 17:02:28 +0000 (17:02 +0000)
clients/mrtest/test_cmds.ct

index 862c69aeaac6b4acc30b75a2f7f4199398152f41..2e0f80209713af62d6d3d6e2e79c9efe8977bf1f 100644 (file)
@@ -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);
This page took 0.131712 seconds and 5 git commands to generate.