Skip to content

Commit 6f02a85

Browse files
committed
More handy shellcheck advice
1 parent fcf1e61 commit 6f02a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.

0 commit comments

Comments
 (0)