From 22eb47f0fd58122d9e429ebd39d61feea0b5e42f Mon Sep 17 00:00:00 2001 From: Dusk Banks Date: Fri, 18 Oct 2024 13:44:49 -0700 Subject: [PATCH] tests/functional/flakes: test with UTF-8 bullets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit using UTF-8 bullets in the sample avoids locale confusion where Bash doesn't know to treat `•` as a single character. Signed-off-by: Dusk Banks Change-Id: I829019b66e93e6d33ac3a6641df07d0dd2332a5a --- tests/functional/flakes/flakes.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/functional/flakes/flakes.sh b/tests/functional/flakes/flakes.sh index 75cc329e5..85ffacf70 100644 --- a/tests/functional/flakes/flakes.sh +++ b/tests/functional/flakes/flakes.sh @@ -285,11 +285,11 @@ nix build -o $TEST_ROOT/result $flake3Dir#sth --commit-lock-file Flake lock file updates: -"?" Added input 'nonFlake': +• Added input 'nonFlake': 'git+file://"*"/flakes/flakes/nonFlake?ref=refs/heads/master&rev="*"' "*" -"?" Added input 'nonFlakeFile': +• Added input 'nonFlakeFile': 'path:"*"/flakes/flakes/nonFlake/README.md?lastModified="*"&narHash=sha256-cPh6hp48IOdRxVV3xGd0PDgSxgzj5N/2cK0rMPNaR4o%3D' "*" -"?" Added input 'nonFlakeFile2': +• Added input 'nonFlakeFile2': 'path:"*"/flakes/flakes/nonFlake/README.md?lastModified="*"&narHash=sha256-cPh6hp48IOdRxVV3xGd0PDgSxgzj5N/2cK0rMPNaR4o%3D' "* ]] nix build -o $TEST_ROOT/result flake3#fnord