From 5477887c1ba7ba37fe54b0b63cf4565db8b883f4 Mon Sep 17 00:00:00 2001 From: Edwin Hoogerbeets Date: Fri, 13 Feb 2026 13:06:46 -0800 Subject: [PATCH] Allow tests on a fresh clone to work If you do a fresh clone of mojito and run "./mvnw clean test", the PullCommandTest_IO test will fail because the expected directory doesn't exist. Putting the .gitkeep there will guarantee that it exists. Now all tests pass out of the box. --- .../pullAndroidStringsSkipEmpty/expected/target/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 cli/src/test/resources/com/box/l10n/mojito/cli/command/PullCommandTest_IO/pullAndroidStringsSkipEmpty/expected/target/.gitkeep diff --git a/cli/src/test/resources/com/box/l10n/mojito/cli/command/PullCommandTest_IO/pullAndroidStringsSkipEmpty/expected/target/.gitkeep b/cli/src/test/resources/com/box/l10n/mojito/cli/command/PullCommandTest_IO/pullAndroidStringsSkipEmpty/expected/target/.gitkeep new file mode 100644 index 0000000000..e69de29bb2