Making sure fast alias tests do their own teardown.

This commit is contained in:
Jordan Harband 2014-09-28 09:54:35 -07:00
parent 25bd2bb018
commit 59bfdb9863

7
test/fast/Aliases/teardown_dir Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
for i in $(seq 1 10)
do
rm -f "../../../alias/test$i"
done