mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
Fix export test on openSUSE
openSUSE defines a MANPATHSET variable, so make the match a bit tighter
This commit is contained in:
@@ -30,7 +30,7 @@ set -S MANPATH
|
||||
# CHECK: $MANPATH[2]: |/some/other/path|
|
||||
|
||||
## Test that it's exported properly.
|
||||
env | string match 'MANPATH*'
|
||||
env | string match 'MANPATH=*'
|
||||
# CHECK: MANPATH=/some/path:/some/other/path
|
||||
|
||||
} | string match -v '*originally inherited*'
|
||||
|
||||
Reference in New Issue
Block a user