From 0f43c1a2251946c733169ee5f87dfc47e76eb2ec Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 20 Nov 2021 14:15:18 -0800 Subject: [PATCH] Hopefully fix new locale test on Linux and Mac --- tests/bdd/features/datetime.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bdd/features/datetime.feature b/tests/bdd/features/datetime.feature index 495bdb14..ca846983 100644 --- a/tests/bdd/features/datetime.feature +++ b/tests/bdd/features/datetime.feature @@ -175,7 +175,7 @@ Feature: Reading and writing to journal with custom date formats Scenario Outline: Dates should be displayed using the specified locale Given we use the config "basic_onefile.yaml" - When we run "jrnl --config-override locale --config-override timeformat \%c -1" + When we run "jrnl --config-override locale --config-override timeformat '\%c' -1" Then the output should contain "" Examples: configs