Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit a604ac5

Browse files
committed
Fixed paths.
1 parent 148e25a commit a604ac5

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

cli/tests/00-VMcheck

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
source /opt/box/includes/functions
4-
source /opt/box/includes/constants
3+
source /opt/box/cli/includes/functions
4+
source /opt/box/cli/includes/constants
55

66
case $1 in
77
'info')

cli/tests/01-Shutdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
source /opt/box/includes/functions
4-
source /opt/box/includes/constants
3+
source /opt/box/cli/includes/functions
4+
source /opt/box/cli/includes/constants
55

66
case $1 in
77
'info')

cli/tests/02-Startup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
source /opt/box/includes/functions
4-
source /opt/box/includes/constants
3+
source /opt/box/cli/includes/functions
4+
source /opt/box/cli/includes/constants
55

66
case $1 in
77
'info')

cli/tests/03-FunctionalTest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
source /opt/box/includes/functions
4-
source /opt/box/includes/constants
3+
source /opt/box/cli/includes/functions
4+
source /opt/box/cli/includes/constants
55

66
case $1 in
77
'info')

cli/tests/templates/01-SayHello

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
source /opt/box/includes/functions
4-
source /opt/box/includes/constants
3+
source /opt/box/cli/includes/functions
4+
source /opt/box/cli/includes/constants
55

66
case $1 in
77
'info')

cli/tests/templates/02-SayBye

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
source /opt/box/includes/functions
4-
source /opt/box/includes/constants
3+
source /opt/box/cli/includes/functions
4+
source /opt/box/cli/includes/constants
55

66
case $1 in
77
'info')

cli/tests/templates/03-Failure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
source /opt/box/includes/functions
4-
source /opt/box/includes/constants
3+
source /opt/box/cli/includes/functions
4+
source /opt/box/cli/includes/constants
55

66
case $1 in
77
'info')

cli/tests/templates/04-NoExec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
source /opt/box/includes/functions
4-
source /opt/box/includes/constants
3+
source /opt/box/cli/includes/functions
4+
source /opt/box/cli/includes/constants
55

66
case $1 in
77
'info')

0 commit comments

Comments
 (0)