mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-10 16:49:06 +00:00
Making sure fast alias tests do their own teardown.
This commit is contained in:
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
|
||||||
|
|
Reference in New Issue
Block a user