From: Wolfgang Bangerth Date: Thu, 30 Nov 2006 22:49:05 +0000 (+0000) Subject: Make sure we can at least write to the output file. X-Git-Tag: v8.0.0~10765 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eab0e0a7ea75519dbc5143ac12a2624ec8fe617;p=dealii.git Make sure we can at least write to the output file. git-svn-id: https://svn.dealii.org/trunk@14218 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fail/hp-crash_12.cc b/tests/fail/hp-crash_12.cc index 97bf8b44b4..922ed4f23b 100644 --- a/tests/fail/hp-crash_12.cc +++ b/tests/fail/hp-crash_12.cc @@ -15,7 +15,7 @@ // check the complex case described in the hp paper by playing through all // sorts of arrangements of finite elements on one coarse and one refined cell -char logname[] = "crash_12/output"; +char logname[] = "hp-crash_12/output"; #include "../tests.h"