Skip to content

Commit

Permalink
Don't use $SHELL in the test
Browse files Browse the repository at this point in the history
…because that's the login shell, not the current shell.
  • Loading branch information
marlonrichert committed Jun 16, 2021
1 parent f4b9ff8 commit b0928b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-tests.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh -f
print $OSTYPE $SHELL $ZSH_VERSION $ZSH_PATCHLEVEL =clitest
print $OSTYPE =zsh $ZSH_VERSION $ZSH_PATCHLEVEL =clitest
local +h -a fpath=( ${0:h}/*(-/) $fpath )
FPATH=$FPATH $SHELL -f =clitest --list-run --progress dot --prompt '%' -- ${0:h}/.clitest/*.md
FPATH=$FPATH zsh -f =clitest --list-run --progress dot --prompt '%' -- ${0:h}/.clitest/*.md

0 comments on commit b0928b0

Please sign in to comment.