Skip to content

Commit 9214a6e

Browse files
committed
Remove unnecessary ()
1 parent c3755e5 commit 9214a6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/run-e2e-test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# Copyright 2020 The Kubernetes Authors.
24
#
35
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,8 +14,6 @@
1214
# See the License for the specific language governing permissions and
1315
# limitations under the License.
1416

15-
#!/bin/bash
16-
1717
set -euo pipefail
1818

1919
setup_e2e() {
@@ -26,5 +26,5 @@ setup_e2e() {
2626

2727
export TEST_WINDOWS=true
2828

29-
setup_e2e()
29+
setup_e2e
3030
make e2e-test

0 commit comments

Comments
 (0)