Skip to content

Commit b2a0cdc

Browse files
committed
Thanks shellcheck
1 parent 10e5bfa commit b2a0cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/basic-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e -o xtrace
33

4-
cd $(dirname $0)/../hypothesis-python
4+
cd "$(dirname $0)"/../hypothesis-python
55

66
# We run a reduced set of tests on OSX mostly so the CI runs in vaguely
77
# reasonable time.

scripts/check-ancient-pip.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -x
55

66
PYTHON=$1
77

8-
cd $(dirname "$0")/../hypothesis-python
8+
cd "$(dirname "$0")"/../hypothesis-python
99

1010
BROKEN_VIRTUALENV=$($PYTHON -c'import tempfile; print(tempfile.mkdtemp())')
1111

0 commit comments

Comments
 (0)