mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
Fix tests
Oops, unclean extraction from larger work.
This commit is contained in:
@@ -60,5 +60,5 @@ PATH=$tmpdir/{bin,etc,link,sbin} fish_add_path -nPpm $tmpdir/{link,sbin} | strin
|
||||
|
||||
# See that trying to add a path twice doesn't duplicate it
|
||||
PATH=$tmpdir/{bin,etc,link,sbin} fish_add_path -nPpm $tmpdir/sbin{,} | string replace -a $tmpdir ''
|
||||
# CHECK: set -g PATH /sbin /link /bin /etc
|
||||
# CHECK: set -g PATH /sbin /bin /etc /link
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user