Skip to content

Commit aaeea8a

Browse files
author
Akshat Nair
committed
test : fix unit test expected output
Testing: make test
1 parent cd478a6 commit aaeea8a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

tests/unit/resources/install-prestoadmin.sh.offline.expected

+9
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,12 @@ mkdir -p $LOG_DIR
6161

6262
CONF_DIR=/etc/opt/prestoadmin
6363
mkdir -p $CONF_DIR
64+
65+
CONNECTOR_DIR=$CONF_DIR/connectors
66+
mkdir -p $CONNECTOR_DIR
67+
68+
COORDINATOR_DIR=$CONF_DIR/coordinator
69+
mkdir -p $COORDINATOR_DIR
70+
71+
WORKERS_DIR=$CONF_DIR/workers
72+
mkdir -p $WORKERS_DIR

tests/unit/resources/install-prestoadmin.sh.online.expected

+9
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,12 @@ mkdir -p $LOG_DIR
6161

6262
CONF_DIR=/etc/opt/prestoadmin
6363
mkdir -p $CONF_DIR
64+
65+
CONNECTOR_DIR=$CONF_DIR/connectors
66+
mkdir -p $CONNECTOR_DIR
67+
68+
COORDINATOR_DIR=$CONF_DIR/coordinator
69+
mkdir -p $COORDINATOR_DIR
70+
71+
WORKERS_DIR=$CONF_DIR/workers
72+
mkdir -p $WORKERS_DIR

0 commit comments

Comments
 (0)