summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorMatthieu Coudron <886074+teto@users.noreply.github.com>2023-09-26 22:24:02 +0200
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2023-09-28 23:33:43 +0200
commit61b61a20fc6ea7e478488d0014e38bda833f7080 (patch)
tree263ba138435739aea4f2e2b55bee8845d251126b /pkgs/applications/editors/neovim
parent7d810bf8a43a3f10a476e7475861fab00e160ff8 (diff)
downloadnixpkgs-61b61a20fc6ea7e478488d0014e38bda833f7080.tar
nixpkgs-61b61a20fc6ea7e478488d0014e38bda833f7080.tar.gz
nixpkgs-61b61a20fc6ea7e478488d0014e38bda833f7080.tar.bz2
nixpkgs-61b61a20fc6ea7e478488d0014e38bda833f7080.tar.lz
nixpkgs-61b61a20fc6ea7e478488d0014e38bda833f7080.tar.xz
nixpkgs-61b61a20fc6ea7e478488d0014e38bda833f7080.tar.zst
nixpkgs-61b61a20fc6ea7e478488d0014e38bda833f7080.zip
neovim.tests.nvim_autowrap: remove warning
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/tests/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/neovim/tests/default.nix b/pkgs/applications/editors/neovim/tests/default.nix
index f1c38d2915d..a7e0e4c7705 100644
--- a/pkgs/applications/editors/neovim/tests/default.nix
+++ b/pkgs/applications/editors/neovim/tests/default.nix
@@ -212,7 +212,7 @@ rec {
 
   # having no RC generated should autodisable init.vim wrapping
   nvim_autowrap = runTest nvim_via_override ''
-      ! grep "-u" ${nvimShouldntWrap}/bin/nvim
+      ! grep ${nvimShouldntWrap}/bin/nvim
   '';