diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-11 17:09:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-14 15:03:14 +0200 |
commit | b90383a322a92a276a716307d1c3f71c053f6155 (patch) | |
tree | 2b1a4554b4c3f25e39e9875b22d9e8ab386503f3 /tests | |
parent | 043a8fdc4c10b68945804ae57c13a40932046843 (diff) |
Support new revision of repository name specification
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 |