diff --git a/test/fast/Aliases/teardown_dir b/test/fast/Aliases/teardown_dir new file mode 100755 index 0000000..f56fbce --- /dev/null +++ b/test/fast/Aliases/teardown_dir @@ -0,0 +1,7 @@ +#!/bin/sh + +for i in $(seq 1 10) + do + rm -f "../../../alias/test$i" +done +