diff --git a/tests/functional/lang/eval-fail-accidental-coerce-integer-attempts.err.exp b/tests/functional/lang/eval-fail-accidental-coerce-integer-attempts.err.exp index 04cfd8507..721e0d341 100644 --- a/tests/functional/lang/eval-fail-accidental-coerce-integer-attempts.err.exp +++ b/tests/functional/lang/eval-fail-accidental-coerce-integer-attempts.err.exp @@ -1,12 +1,12 @@ error: … while evaluating x - at /pwd/lang/eval-fail-accidental-coerce-integer-attempts.nix:1:21: + at /pwd/eval-fail-accidental-coerce-integer-attempts.nix:1:21: 1| let x = "" + 42; in x == "42" | ^ 2| … while evaluating a path segment - at /pwd/lang/eval-fail-accidental-coerce-integer-attempts.nix:1:14: + at /pwd/eval-fail-accidental-coerce-integer-attempts.nix:1:14: 1| let x = "" + 42; in x == "42" | ^ 2| diff --git a/tests/functional/lang/eval-fail-coerce-integers-without-xp.err.exp b/tests/functional/lang/eval-fail-coerce-integers-without-xp.err.exp index e59dd7c6b..e0949a730 100644 --- a/tests/functional/lang/eval-fail-coerce-integers-without-xp.err.exp +++ b/tests/functional/lang/eval-fail-coerce-integers-without-xp.err.exp @@ -1,6 +1,6 @@ error: … while evaluating a path segment - at /pwd/lang/eval-fail-coerce-integers-without-xp.nix:1:2: + at /pwd/eval-fail-coerce-integers-without-xp.nix:1:2: 1| "${42}" == 42 | ^ 2| diff --git a/tests/functional/lang/eval-fail-over-coercive-builtins-with-xp-feature.err.exp b/tests/functional/lang/eval-fail-over-coercive-builtins-with-xp-feature.err.exp index 41287fbe3..df20e9020 100644 --- a/tests/functional/lang/eval-fail-over-coercive-builtins-with-xp-feature.err.exp +++ b/tests/functional/lang/eval-fail-over-coercive-builtins-with-xp-feature.err.exp @@ -1,6 +1,6 @@ error: … while calling the 'substring' builtin - at /pwd/lang/eval-fail-over-coercive-builtins-with-xp-feature.nix:1:1: + at /pwd/eval-fail-over-coercive-builtins-with-xp-feature.nix:1:1: 1| builtins.substring 0 1 42 == "4" | ^ 2|