tests/codex: consolidate tests

Reduce test case setup to cover same logic branches.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-02-28 10:31:22 -06:00
parent e0bcb05ce9
commit 6f2cb27ea6
7 changed files with 15 additions and 43 deletions

View file

@ -6,6 +6,7 @@
nmt.script = ''
assertPathNotExists home-files/.codex/config.toml
assertPathNotExists home-files/.codex/config.yaml
assertPathNotExists home-files/.codex/AGENTS.md
assertFileNotRegex home-path/etc/profile.d/hm-session-vars.sh 'CODEX_HOME'
'';
}