提交 ef56f4f8 作者: Jeromy

functions dont need to be called functions

上级 0a6b880b
...@@ -10,7 +10,7 @@ test_description="Test ipfs repo pinning" ...@@ -10,7 +10,7 @@ test_description="Test ipfs repo pinning"
function test_pin_flag() { test_pin_flag() {
object=$1 object=$1
ptype=$2 ptype=$2
expect=$3 expect=$3
...@@ -34,7 +34,7 @@ function test_pin_flag() { ...@@ -34,7 +34,7 @@ function test_pin_flag() {
return 0 return 0
} }
function test_pin() { test_pin() {
object=$1 object=$1
shift shift
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论