diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.sh b/tests/test.sh index e6a0a10..e2ff4d0 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -82,7 +82,7 @@ if [ "$remote" = "y" ]; then repa=$rep else rep=repository/1 - repn= + repn=`pwd`/repository/ repa=`pwd`/$rep fi |