@@ -269,7 +269,7 @@ public void doTestTriggerDumpWithFile(String type, String fileName, DumpType exp
269
269
*/
270
270
public void doTestTriggerDumpX (String options , DumpType expectedType ) {
271
271
String userDir = System .getProperty ("user.dir" );
272
- String dumpFilePattern = ".*\\ .*" ;
272
+ String dumpFilePattern = ".*\\ .. *" ;
273
273
274
274
/* Count the number of files before and after. Should increase by one. */
275
275
String [] beforeFileNames = getFilesByPattern (userDir , dumpFilePattern );
@@ -313,7 +313,7 @@ public void doTestTriggerDumpX(String options, DumpType expectedType) {
313
313
314
314
public void doSTDOUTTestTriggerDumpX (String options ) {
315
315
String userDir = System .getProperty ("user.dir" );
316
- String dumpFilePattern = ".*\\ .*" ;
316
+ String dumpFilePattern = ".*\\ .. *" ;
317
317
318
318
/* Count the number of files before and after. Should increase by one. */
319
319
String [] beforeFileNames = getFilesByPattern (userDir , dumpFilePattern );
@@ -344,7 +344,7 @@ public void doSTDOUTTestTriggerDumpX(String options) {
344
344
*/
345
345
public InvalidDumpOptionException doTestTriggerBadDumpX (String options ) {
346
346
String userDir = System .getProperty ("user.dir" );
347
- String dumpFilePattern = ".*\\ .*" ;
347
+ String dumpFilePattern = ".*\\ .. *" ;
348
348
349
349
/* Count the number of files before and after. Should increase by one. */
350
350
String [] beforeFileNames = getFilesByPattern (userDir , dumpFilePattern );
0 commit comments