diff options
author | Andreas Gohr <andi@splitbrain.org> | 2025-03-15 12:56:35 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2025-03-15 12:58:05 +0100 |
commit | 2a7a30d940b9806c71d12c2bcdc4643ef57bd547 (patch) | |
tree | 9729470a87b2d47c75e0c1ce6a011f2ebb88924b | |
parent | 22da4ff5ae89e0d0171dcf1985488390fe678ef3 (diff) | |
download | dokuwiki-2a7a30d940b9806c71d12c2bcdc4643ef57bd547.tar.gz dokuwiki-2a7a30d940b9806c71d12c2bcdc4643ef57bd547.zip |
try to force the filesystem to sync after setuptestFix
-rw-r--r-- | _test/core/TestUtils.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_test/core/TestUtils.php b/_test/core/TestUtils.php index e855cb007..5dc3e6fc9 100644 --- a/_test/core/TestUtils.php +++ b/_test/core/TestUtils.php @@ -39,6 +39,8 @@ class TestUtils { } $dh->close(); } + + system('sync'); // temporary attempt to fix tests } /** |