From 9d50f57fa360df96a4f92c73db25dcec2a6f39d4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 11 Apr 2024 09:00:47 +0200 Subject: [PATCH] Doh --- tests/functional/shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/shell.sh b/tests/functional/shell.sh index d89801929..abc091d92 100644 --- a/tests/functional/shell.sh +++ b/tests/functional/shell.sh @@ -11,7 +11,7 @@ nix shell -f shell-hello.nix hello^dev -c hello2 | grep 'Hello2' nix shell -f shell-hello.nix 'hello^*' -c hello2 | grep 'Hello2' # Test output paths that are a symlink. -#nix shell -f shell-hello.nix hello-symlink -c hello | grep 'Hello World' +nix shell -f shell-hello.nix hello-symlink -c hello | grep 'Hello World' if isDaemonNewer "2.20.0pre20231220"; then # Test that command line attribute ordering is reflected in the PATH