summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-22 14:37:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-22 16:43:53 +0200
commit9b1af015fba717db26e6419365b25b4c274fedea (patch)
treea99c5e1ae61a96c1fbed75a24cfcda2c6c237794 /sfx2/qa
parentbdade7e3fc33c1832c6f6a472443fca8238738d2 (diff)
try other markup
Change-Id: I1d2ff100023ac6d94ea6ec65844cf509988ac90b Reviewed-on: https://gerrit.libreoffice.org/60894 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/qa')
-rw-r--r--sfx2/qa/cppunit/test_misc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/cppunit/test_misc.cxx b/sfx2/qa/cppunit/test_misc.cxx
index c86eca8262a2..cf9fcdb3e0be 100644
--- a/sfx2/qa/cppunit/test_misc.cxx
+++ b/sfx2/qa/cppunit/test_misc.cxx
@@ -181,7 +181,7 @@ void MiscTest::testHardLinks()
xStorable->store();
struct stat buf;
- // coverity[toctou] - this is legitimate in the context of this text
+ // coverity[fs_check_call] - this is legitimate in the context of this text
int nRet = stat(aOld.getStr(), &buf);
CPPUNIT_ASSERT_EQUAL(0, nRet);
// This failed: hard link count was 1, the hard link broke on store.