functions dont need to be called functions
Jeromy committed
Apr 18, 2015 at 17:37 UTC
ef56f4f83bf9ad75858b7f63a3b29d818c7db3db
1 file changed
+2
-2
test/sharness/t0081-repo-pinning.sh
+2
-2
@@ -10,7 +10,7 @@ test_description="Test ipfs repo pinning"
10
11
12
13
-function test_pin_flag() {
13
+test_pin_flag() {
14
object=$1
15
ptype=$2
16
expect=$3
@@ -34,7 +34,7 @@ function test_pin_flag() {
34
return 0
35
}
36
37
-function test_pin() {
37
+test_pin() {
38
object=$1
39
shift
40