We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24789a0 commit 5d809a4Copy full SHA for 5d809a4
script/test.sh
@@ -4,6 +4,8 @@
4
#/
5
#/ When UPDATE_GOLDEN is set, all directories named "golden" are removed before running tests.
6
7
+set -u
8
+
9
CDPATH="" cd -- "$(dirname -- "$0")/.."
10
11
if [ "$#" = "0" ]; then
0 commit comments