Don't print an error if 'tests' directory already exists

This commit is contained in:
Michael Hansen 2015-04-17 18:45:05 -07:00
commit 669b5bcd41

View file

@ -1,6 +1,6 @@
#!/bin/bash
mkdir tests
mkdir -p tests
fails=0
files=()