fix tests

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-06 09:46:02 -05:00
parent 4f17626637
commit 0240a7cfb6
+1 -2
View File
@@ -27,8 +27,7 @@ if [[ ! -z "$CI" ]]; then
else
# Otherwise, assume MacOS…
OS=$(python -c "import sys; print(sys.platform)")
if [[ OS == "darwin" ]]; then
if [[ $(python -c "import sys; print(sys.platform)") == "darwin" ]]; then
echo "Using RAM disk (assuming MacOS)…"
RAM_DISK="/Volumes/RAMDisk"