Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / t-test.q
index c76bd2d66937bc2801b74b5c5cc525fb240e40a8..8cef9053b1880250157b62934b7810fae71a4b4e 100644 (file)
@@ -213,12 +213,6 @@ cmd_t_test(void)
   struct ssbox stat_summary_box;
   struct trbox test_results_box;
 
-  if (!lex_force_match_id ("T"))
-    return CMD_FAILURE;
-
-  lex_match ('-');
-  lex_match_id ("TEST");
-
   if ( !parse_t_test(&cmd) )
     return CMD_FAILURE;