diff src/testdir/test_filetype.vim @ 20361:4bb526ae0989 v8.2.0736

patch 8.2.0736: some files not recognized as pamenv Commit: https://github.com/vim/vim/commit/aacc6afdb8cdeb2558e6942dcd65ca0079bec1ee Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 11 19:46:36 2020 +0200 patch 8.2.0736: some files not recognized as pamenv Problem: Some files not recognized as pamenv. Solution: Add pam_inv.conf. (closes https://github.com/vim/vim/issues/6065)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 May 2020 20:00:04 +0200
parents 190ffc6453d4
children 6e6c98dc5732
line wrap: on
line diff
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -322,7 +322,7 @@ let s:filename_checks = {
     \ 'openroad': ['file.or'],
     \ 'ora': ['file.ora'],
     \ 'pamconf': ['/etc/pam.conf'],
-    \ 'pamenv': ['/home/user/.pam_environment'],
+    \ 'pamenv': ['/etc/security/pam_env.conf', '/home/user/.pam_environment'],
     \ 'papp': ['file.papp', 'file.pxml', 'file.pxsl'],
     \ 'pascal': ['file.pas', 'file.dpr'],
     \ 'passwd': ['any/etc/passwd', 'any/etc/passwd-', 'any/etc/passwd.edit', 'any/etc/shadow', 'any/etc/shadow-', 'any/etc/shadow.edit', 'any/var/backups/passwd.bak', 'any/var/backups/shadow.bak'],