From 2bef1e9f23318bca9f11834206d0b8a876e93157 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 20 Dec 2019 18:14:41 -0800 Subject: [PATCH] Remove executable bit from tests (#6854) --- test/specs/core.tooltip.tests.js | 0 test/specs/scale.time.tests.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 test/specs/core.tooltip.tests.js mode change 100755 => 100644 test/specs/scale.time.tests.js diff --git a/test/specs/core.tooltip.tests.js b/test/specs/core.tooltip.tests.js old mode 100755 new mode 100644 diff --git a/test/specs/scale.time.tests.js b/test/specs/scale.time.tests.js old mode 100755 new mode 100644 -- 2.47.2