mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Making sure fast alias tests do their own teardown.
This commit is contained in:
parent
25bd2bb018
commit
59bfdb9863
7
test/fast/Aliases/teardown_dir
Executable file
7
test/fast/Aliases/teardown_dir
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
for i in $(seq 1 10)
|
||||
do
|
||||
rm -f "../../../alias/test$i"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user