mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
tests: Remove leftover reference to "../test/root/bin/fish"
We have that in a variable now.
This commit is contained in:
parent
54d580cf94
commit
3a1bc33cad
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ set tmpdir $PWD
|
|||
cd $saved
|
||||
mkdir $tmpdir/realhome
|
||||
ln -s $tmpdir/realhome $tmpdir/linkhome
|
||||
set expandedtilde (env HOME=$tmpdir/linkhome ../test/root/bin/fish -c 'echo ~')
|
||||
set expandedtilde (env HOME=$tmpdir/linkhome $fish -c 'echo ~')
|
||||
if test $expandedtilde != $tmpdir/linkhome
|
||||
echo '~ expands to' $expandedtilde ' - expected ' $tmpdir/linkhome
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue