From 899c5fe9f07598b44cea31c31774448f08375319 Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Fri, 13 Feb 2026 16:42:39 +0100 Subject: [PATCH] testing: migrate flakes/absolute-paths.sh Change-Id: Icb9f7e1c8bf17327e32e1ad81f2bfdb4246ba2d7 --- tests/functional/flakes/absolute-paths.sh | 17 ---------------- tests/functional/meson.build | 1 - .../functional2/flakes/test_absolute_paths.py | 20 +++++++++++++++++++ 3 files changed, 20 insertions(+), 18 deletions(-) delete mode 100644 tests/functional/flakes/absolute-paths.sh create mode 100644 tests/functional2/flakes/test_absolute_paths.py diff --git a/tests/functional/flakes/absolute-paths.sh b/tests/functional/flakes/absolute-paths.sh deleted file mode 100644 index e7bfba12d..000000000 --- a/tests/functional/flakes/absolute-paths.sh +++ /dev/null @@ -1,17 +0,0 @@ -source ./common.sh - -requireGit - -flake1Dir=$TEST_ROOT/flake1 -flake2Dir=$TEST_ROOT/flake2 - -createGitRepo $flake1Dir -cat > $flake1Dir/flake.nix <