1
0
mirror of https://github.com/nvm-sh/nvm.git synced 2025-10-12 03:55:52 +08:00
nvm/test/fast/Aliases/Running "nvm alias <aliasname>" should list but one alias.

5 lines
74 B
Bash
Executable File

#!/bin/sh
. ../../../nvm.sh
[ $(nvm alias test-stable-1 | wc -l) = '2' ]