From c6931c4176cea6ca76c9a71a8529de5a0568527e Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Fri, 13 Feb 2026 16:42:39 +0100 Subject: [PATCH] testing: migrate flakes/circular.sh Change-Id: Ia9eb3631278957c449dd8791e9cf02cb47705a63 --- tests/functional/flakes/circular.sh | 49 -------------------- tests/functional/meson.build | 1 - tests/functional2/flakes/test_circular.py | 55 +++++++++++++++++++++++ 3 files changed, 55 insertions(+), 50 deletions(-) delete mode 100644 tests/functional/flakes/circular.sh create mode 100644 tests/functional2/flakes/test_circular.py diff --git a/tests/functional/flakes/circular.sh b/tests/functional/flakes/circular.sh deleted file mode 100644 index 1c4293763..000000000 --- a/tests/functional/flakes/circular.sh +++ /dev/null @@ -1,49 +0,0 @@ -# Test circular flake dependencies. -source ./common.sh - -requireGit - -flakeA=$TEST_ROOT/flakeA -flakeB=$TEST_ROOT/flakeB - -createGitRepo $flakeA -createGitRepo $flakeB - -cat > $flakeA/flake.nix < $flakeB/flake.nix <