From 072bc32e5127b0304126e04594e21261ce97f614 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 12 Jun 2009 19:26:54 +0000 Subject: [PATCH] avoid error if core file not found in expected location --- testsuite/expect/test1.34 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/expect/test1.34 b/testsuite/expect/test1.34 index 331ffb65bf6..6c71aff6756 100755 --- a/testsuite/expect/test1.34 +++ b/testsuite/expect/test1.34 @@ -83,7 +83,7 @@ if {$matches != 1} { # Post-processing # if {$exit_code == 0} { - make_bash_script $file_in "$bin_rm *${test_prog}*core" + make_bash_script $file_in "$bin_rm -f *${test_prog}*core" exec $file_in exec $bin_rm -f $file_in $test_prog send_user "\nSUCCESS\n" -- GitLab