nvm/test/fast/Running "nvm ls foo" should...

8 lines
71 B
Plaintext
Executable File

#!/bin/sh
. ../../nvm.sh
nvm ls nonexistent_version
[ "$?" = "3" ]