We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e5bfa commit b2a0cdcCopy full SHA for b2a0cdc
scripts/basic-test.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e -o xtrace
3
4
-cd $(dirname $0)/../hypothesis-python
+cd "$(dirname $0)"/../hypothesis-python
5
6
# We run a reduced set of tests on OSX mostly so the CI runs in vaguely
7
# reasonable time.
scripts/check-ancient-pip.sh
@@ -5,7 +5,7 @@ set -x
PYTHON=$1
8
-cd $(dirname "$0")/../hypothesis-python
+cd "$(dirname "$0")"/../hypothesis-python
9
10
BROKEN_VIRTUALENV=$($PYTHON -c'import tempfile; print(tempfile.mkdtemp())')
11
0 commit comments