Skip to content

Commit

Permalink
[MNG-7332] Remove --define (long arg)
Browse files Browse the repository at this point in the history
Closes apache#124.
  • Loading branch information
mthmulders committed Nov 15, 2021
1 parent dc3359a commit 2513f4b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public void testit()
verifier.resetStreams();

verifier.verifyTextInLog( "--version" );
verifier.verifyTextInLog( "--define" );
verifier.verifyTextInLog( "--debug" );
verifier.verifyTextInLog( "--batch-mode" );
}
Expand Down

0 comments on commit 2513f4b

Please sign in to comment.