Making sure fast alias tests do their own teardown.

master
Jordan Harband 2014-09-28 09:54:35 -07:00
parent 25bd2bb018
commit 59bfdb9863
1 changed files with 7 additions and 0 deletions

View File

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