We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf1e61 commit 6f02a85Copy full SHA for 6f02a85
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.
0 commit comments