mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-30 03:01:39 +00:00
sh test/run or sh ./test/run, neither should cause a spurious regression failure
This commit is contained in:
parent
6b45f7e531
commit
a354fd8175
1 changed files with 5 additions and 1 deletions
|
|
@ -19,7 +19,11 @@
|
|||
# ================================================================
|
||||
set -e
|
||||
|
||||
ourdir=`dirname $0`
|
||||
verb=$0
|
||||
if [ "$verb" = "test/run" ]; then
|
||||
verb=./test/run
|
||||
fi
|
||||
ourdir=`dirname $verb`
|
||||
mlr=$ourdir/../mlr
|
||||
indir=$ourdir/input
|
||||
expdir=$ourdir/expected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue