From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a693d6173fa9b7d29eb597d14d45f3d083219ff;p=dealii-svn.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"