Browse Source

Add quotes

pull/144/head
Eric Freese 8 years ago
parent
commit
2a6d401106
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script/test_runner.zsh

+ 1
- 1
script/test_runner.zsh View File

@ -1,6 +1,6 @@
#!/usr/bin/env zsh
DIR=${0:a:h}
DIR="${0:a:h}"
ROOT_DIR="$DIR/.."
TEST_DIR="$ROOT_DIR/test"

Loading…
Cancel
Save