Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
  • Loading branch information
kke committed Sep 7, 2023
1 parent 23d0758 commit fb14962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ rig_test_key_from_default_location() {
make create-host
mv .ssh/identity .ssh/id_ecdsa
set +e
./rigtest -host 127.0.0.1:$(ssh_port node0) -user root
HOME=$(pwd) ./rigtest -host 127.0.0.1:$(ssh_port node0) -user root
local exit_code=$?
set -e
RET=$exit_code
Expand Down

0 comments on commit fb14962

Please sign in to comment.