floorp: Fix tests for floorp-bin change

Several of the `floorp` tests were broken by the upstream switch to
`floorp-bin`. Most changes were to do with not being able to use
`programs.floorp.wrappedPackageName` in expected results.
This commit is contained in:
Timothy Gallion 2026-01-03 12:45:16 -05:00 committed by Austin Horstman
parent bba859cd85
commit d21bee5abf
5 changed files with 5 additions and 4 deletions

View file

@ -21,7 +21,7 @@ in
// {
nmt.script = ''
assertFileRegex \
home-path/bin/${cfg.wrappedPackageName} \
home-path/bin/${cfg.finalPackage.meta.mainProgram} \
MOZ_APP_LAUNCHER
'';
}