diff options
author | Ben Straub <bs@github.com> | 2013-11-14 14:10:32 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2013-11-14 14:10:32 -0800 |
commit | 83e1efbf462347dac3e1c884bb0b017d495b6f38 (patch) | |
tree | a0ba0fa54e31874ea6353e01a658f67e64c66df8 /examples/test | |
parent | 1782038144ef3413831801bb9c2f3038a84ac6f4 (diff) | |
download | libgit2-83e1efbf462347dac3e1c884bb0b017d495b6f38.tar.gz |
Update files that reference tests-clar
Diffstat (limited to 'examples/test')
-rwxr-xr-x | examples/test/test-rev-list.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test/test-rev-list.sh b/examples/test/test-rev-list.sh index bc0eea7cf..aa645be5e 100755 --- a/examples/test/test-rev-list.sh +++ b/examples/test/test-rev-list.sh @@ -4,7 +4,7 @@ THIS_FILE="$(readlink -f "$0")" ROOT="$(dirname "$(dirname "$(dirname "$THIS_FILE")")")" PROGRAM="$ROOT"/examples/rev-list LIBDIR="$ROOT"/build -REPO="$ROOT"/tests-clar/resources/testrepo.git +REPO="$ROOT"/tests/resources/testrepo.git cd "$REPO" |