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:
parent
bba859cd85
commit
d21bee5abf
5 changed files with 5 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ in
|
|||
// {
|
||||
nmt.script = ''
|
||||
assertFileRegex \
|
||||
home-path/bin/${cfg.wrappedPackageName} \
|
||||
home-path/bin/${cfg.finalPackage.meta.mainProgram} \
|
||||
MOZ_APP_LAUNCHER
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue