diff options
| author | Vicent Marti <tanoku@gmail.com> | 2010-12-10 05:53:39 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2010-12-10 05:53:39 +0200 |
| commit | 2cd6d6866e45939c7a60ff5f4cca52b02c8af498 (patch) | |
| tree | 8dc30bcf5e9680fadc6df8419f5b4762c6702a93 /tests/t0602-write.c | |
| parent | 6c14d641234d74dcc8a9e09ce1a6d461b3c193e9 (diff) | |
| download | libgit2-2cd6d6866e45939c7a60ff5f4cca52b02c8af498.tar.gz | |
Tests now run with the resources folder as a hardcoded path
Each tests expects a "TEST_RESOURCES" define with the full path to the
resources folder.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'tests/t0602-write.c')
| -rw-r--r-- | tests/t0602-write.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/t0602-write.c b/tests/t0602-write.c index 247aae9e2..7f12990ea 100644 --- a/tests/t0602-write.c +++ b/tests/t0602-write.c @@ -5,8 +5,6 @@ #include <git2/odb.h> #include <git2/index.h> -#define TEST_INDEX_PATH "../resources/testrepo.git/index" - int filecmp(const char *filename1, const char *filename2) { git_file file1, file2; |
