From: Andy Allan Date: Wed, 18 Mar 2020 14:35:55 +0000 (+0100) Subject: Copy trace fixture files, rather than symlinking X-Git-Tag: live~3279^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1cb0767e3dae1312d0dfefe011f339d814eaf2d5?ds=inline;hp=1cb0767e3dae1312d0dfefe011f339d814eaf2d5 Copy trace fixture files, rather than symlinking Since we are using tmpdirs in order to enable parallel testing, we can go the full hog and drop the fakefs too and just copy all the files directly into the tmpdir. If a test makes changes (e.g. changing the icon file during an import) the copy in the tmpdir is thrown away at the end of the test anyway. ---