Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit db626d8

Browse files
author
Vasyl Grygoryev
committed
Fix small mistakes
1 parent d1de967 commit db626d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/control_functions.bats

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ load dsh_script
1212

1313
@test "Checking check_yml function. Case#1 Linux docker-compose not exists." {
1414
if [[ "$OS" = "linux" ]]; then
15-
cd ../drude
15+
cd ..
1616
run check_yml
1717

1818
[ $status -eq 1 ]
@@ -29,7 +29,7 @@ load dsh_script
2929

3030
@test "Checking check_yml function. Case#1 Win and Mac docker-compose and vagrant not exists." {
3131
if [[ "$OS" != "linux" ]]; then
32-
cd ../drude
32+
cd ..
3333
run check_yml
3434

3535
[ $status -eq 1 ]

tests/ssh-add.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
load dsh_script
44

55
@test "Checking dsh ssh-add -D" {
6-
dsh ssh-add -l
6+
dsh ssh-add -D
77
}
88

99
@test "Checking dsh ssh-add -l" {

0 commit comments

Comments
 (0)