aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 00:23:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 00:23:18 -0400
commit0edc3c5549f3e1ccb35857482028c16a211015f0 (patch)
treeb16fa3b165df0b1e742efafb8564ff038e778a81 /standalone
parentbcd100860ad3733a25f769e2874c2024a22bb9b8 (diff)
fix path
git-annex is installed into . by Build/NullSoftInstaller, so use that for running git-annex test
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index b8a47944b..39edf93e9 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -78,7 +78,7 @@ stack ghc --stack-yaml standalone/windows/stack.yaml --no-haddock \
# Test git-annex
# The test is run in c:/WINDOWS/Temp, because running it in the autobuilder
# directory runs afoul of Windows's short PATH_MAX.
-PATH="$(pwd)/dist/build/git-annex/:$PATH"
+PATH="$(pwd):$PATH"
export PATH
mkdir -p c:/WINDOWS/Temp/git-annex-test/
cd c:/WINDOWS/Temp/git-annex-test/