Skip to content

Commit fbf0b75

Browse files
using NESTED_REMOTE_USER_NAME instead of user1
1 parent 18cc4b1 commit fbf0b75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/nested.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ nested_prepare_tools() {
18131813
TOOLS_PATH=/writable/test-tools
18141814
if ! remote.exec "test -d $TOOLS_PATH" &>/dev/null; then
18151815
remote.exec "sudo mkdir -p $TOOLS_PATH"
1816-
remote.exec "sudo chown user1:user1 $TOOLS_PATH"
1816+
remote.exec "sudo chown $NESTED_REMOTE_USER_NAME:$NESTED_REMOTE_USER_NAME $TOOLS_PATH"
18171817
fi
18181818

18191819
if ! remote.exec "test -e $TOOLS_PATH/retry" &>/dev/null; then

0 commit comments

Comments
 (0)