1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

tests/man: index.bt -> index.db

Looks like the generated cache is now using index.db
This commit is contained in:
Austin Horstman 2025-05-07 09:40:08 -05:00
parent ba45438996
commit 76274a2130

View file

@ -7,12 +7,8 @@
nmt.script = ''
assertFileExists home-files/.manpath
CACHE_DIR=$(cat $TESTED/home-files/.manpath | cut --delimiter=' ' --fields=3)
if [[ ! -f "$CACHE_DIR/index.bt" ]]; then
fail "Expected man cache files to exist (in $CACHE_DIR) but they were not found."
fi
assertFileExists "$CACHE_DIR/index.db"
'';
};
}