about summary refs log tree commit diff
path: root/tests/lang/eval-okay-replacestrings.exp
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-02-21T14·34+0100
committerEelco Dolstra <edolstra@gmail.com>2018-02-21T14·35+0100
commite2d71bd1862cdda65f957c6a6c41016258d9e003 (patch)
tree7c13f993b0b5952ac398449e49f594b1391cd9ca /tests/lang/eval-okay-replacestrings.exp
parenta6c497f526489cc550240575ea7ab37c07785e55 (diff)
Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string"
This reverts commit 4ea9707591beceacf9988b3c185faf50da238403.

It causes an infinite loop in Nixpkgs evaluation,
e.g. "nix-instantiate -A hello" hung.

PR #1886.
Diffstat (limited to 'tests/lang/eval-okay-replacestrings.exp')
-rw-r--r--tests/lang/eval-okay-replacestrings.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/eval-okay-replacestrings.exp b/tests/lang/eval-okay-replacestrings.exp
index 590c281ac86d..a2add1b7b140 100644
--- a/tests/lang/eval-okay-replacestrings.exp
+++ b/tests/lang/eval-okay-replacestrings.exp
@@ -1 +1 @@
-[ "faabar" "fbar" "fubar" "faboor" "fubar" "XaXbXcX" "X" ]
+[ "faabar" "fbar" "fubar" "faboor" "fubar" ]