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

6 lines
52 B
Bash
Executable File

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