From 81baa64847efd6a6ecbd71ef8fd8f7912a1e8fce Mon Sep 17 00:00:00 2001 From: piegames Date: Tue, 3 Jun 2025 14:15:03 +0200 Subject: [PATCH] tests/functional2/lang: Migrate eval-okay-eq* Change-Id: I17f81a765bbdbde3a27dd547e1ef65bffa97bce5 --- .../lang/eq/eval-okay-derivations.out.exp} | 0 .../eval-okay-eq.exp => functional2/lang/eq/eval-okay.out.exp} | 0 .../lang/eq/in-derivations.nix} | 0 .../lang/eval-okay-eq.nix => functional2/lang/eq/in.nix} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{functional/lang/eval-okay-eq-derivations.exp => functional2/lang/eq/eval-okay-derivations.out.exp} (100%) rename tests/{functional/lang/eval-okay-eq.exp => functional2/lang/eq/eval-okay.out.exp} (100%) rename tests/{functional/lang/eval-okay-eq-derivations.nix => functional2/lang/eq/in-derivations.nix} (100%) rename tests/{functional/lang/eval-okay-eq.nix => functional2/lang/eq/in.nix} (100%) diff --git a/tests/functional/lang/eval-okay-eq-derivations.exp b/tests/functional2/lang/eq/eval-okay-derivations.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-eq-derivations.exp rename to tests/functional2/lang/eq/eval-okay-derivations.out.exp diff --git a/tests/functional/lang/eval-okay-eq.exp b/tests/functional2/lang/eq/eval-okay.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-eq.exp rename to tests/functional2/lang/eq/eval-okay.out.exp diff --git a/tests/functional/lang/eval-okay-eq-derivations.nix b/tests/functional2/lang/eq/in-derivations.nix similarity index 100% rename from tests/functional/lang/eval-okay-eq-derivations.nix rename to tests/functional2/lang/eq/in-derivations.nix diff --git a/tests/functional/lang/eval-okay-eq.nix b/tests/functional2/lang/eq/in.nix similarity index 100% rename from tests/functional/lang/eval-okay-eq.nix rename to tests/functional2/lang/eq/in.nix