Use specific version of assert.sh rather than always latest

This commit is contained in:
2014-03-16 02:02:58 +00:00
parent efb9140329
commit 156f1a3657

View File

@@ -5,7 +5,7 @@ prepare:
test -f "test/assert.sh" || ( \
echo "fetching assert.sh..." && \
curl -s -L -o test/assert.sh \
https://raw.github.com/lehmannro/assert.sh/master/assert.sh \
https://raw.github.com/lehmannro/assert.sh/v1.0.2/assert.sh \
)
.SILENT: