浏览代码
Fix test dir name
master
Arun Prakash Jana
7 年前
找不到此签名对应的密钥
GPG 密钥 ID: A75979F35C080412
共有
1 个文件被更改,包括
2 次插入 和
2 次删除
-
scripts/test/mktest.sh
|
|
@@ -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 |
|
|
|
} |
|
|
|
|
|
|
|