Skip to content

Commit ffe5e88

Browse files
committed
Place quotes for setting env vars in windows
1 parent 4ca3988 commit ffe5e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RUNNING_TESTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ invoked directly without using an absolute file path. Note that this method does
4949
On Windows, you must run unit tests as follows (replace `X.Y.Z` with your RabbitMQ version):
5050

5151
```
52-
set RABBITMQ_RABBITMQCTL_PATH="C:\Program Files\RabbitMQ Server\rabbitmq_server-X.Y.Z\sbin\rabbitmqctl.bat"
52+
set "RABBITMQ_RABBITMQCTL_PATH=C:\Program Files\RabbitMQ Server\rabbitmq_server-X.Y.Z\sbin\rabbitmqctl.bat"
5353
.\run-test.bat
5454
```
5555

0 commit comments

Comments
 (0)