diff options
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index dde95dd13ca3..5865cf1d637f 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -40,6 +40,10 @@ export xmllint="@xmllint@" export xmlflags="@xmlflags@" export xsltproc="@xsltproc@" +# Hack to get "atdiff" to run on Cygwin (Windows looks for +# DLLs in $PATH). +export PATH=$aterm_bin/../lib:$PATH + export version=@version@ export system=@system@ |