update README on vim test

This commit is contained in:
2025-12-23 16:51:37 -05:00
parent e3e5ed8d01
commit 726956c614

View File

@@ -11,5 +11,5 @@ Warning: `leaf` won't deal with the dependence relation, and currently won't che
- We won't install Grub in LFS. Install in BLFS with UEFI instead.
## issues
- `lfs/vim-9.1.1166` has `Test_write_backup_symlink` failed, which can pass if `call assert_true(filereadable('./Xbackup/Xwbsfile.bak'))
` is commented. Seams like cannot create this backup file.
- `lfs/vim-9.1.x` has `Test_write_backup_symlink` failed, which can pass if `call assert_true(filereadable('./Xbackup/Xwbsfile.bak'))` is commented. ~~Seams like cannot create this backup file.~~ This is because building in `/tmp`. It's safe to ignore.