瀏覽代碼
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 |
|
|
|
} |
|
|
|
|
|
|
|