nvm/test/fast/Sourcing nvm.sh should not ...

8 lines
62 B
Bash
Executable File

#!/bin/sh
set -ex
set -- yes
\. ../../nvm.sh
[ "$1" = yes ]