Show "∞" when there's a circular alias reference.

This commit is contained in:
Jordan Harband
2014-10-22 01:48:02 -07:00
parent 0f5997f754
commit 9b91734f0b
6 changed files with 85 additions and 2 deletions

13
test/fast/Aliases/teardown Executable file
View File

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