diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-16 22:05:12 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-16 22:05:12 +0100 |
| commit | c25fbd33f2d06701d8673fec97081aa747da1d0f (patch) | |
| tree | d22cbac3e7ec1f89639490091bbbb478aeb4973f /vis/test.sh | |
| parent | db6c17982eca27f1cdf59d2c384615af89a3d81e (diff) | |
test/vis: add some tests for digraphs and verbatim insertion
Diffstat (limited to 'vis/test.sh')
| -rwxr-xr-x | vis/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vis/test.sh b/vis/test.sh index 733c9a1..e875fda 100755 --- a/vis/test.sh +++ b/vis/test.sh @@ -1,6 +1,7 @@ #!/bin/sh export VIS_PATH=. +export PATH="$(pwd)/../..:$PATH" [ -z "$VIS" ] && VIS="../../vis" $VIS -v |
