Fix test dir name

This commit is contained in:
Arun Prakash Jana 2018-03-19 05:33:39 +05:30
parent 8d7a56cbaa
commit 95a3e0fca4
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# Create test files and directories
test -e test && {
echo "Remove test and try again"
test -e outdir && {
echo "Remove 'outdir' and try again"
exit 1
}