Skip to content

Commit

Permalink
update path to tools/installer.fish
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez committed Oct 19, 2018
1 parent 5732f29 commit e173c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/installer.test.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source $DIRNAME/../installer.fish
source $DIRNAME/../tools/installer.fish

test "pass argument to set $FISH_CONFIG_DIR"
"/custom/config/path" = (
Expand Down Expand Up @@ -83,4 +83,4 @@ test "load theme file"

[ "$__pure_fresh_session" -eq 1 ]
) $status -eq 0
end
end

0 comments on commit e173c15

Please sign in to comment.