diff options
author | nulltoken <emeric.fermas@gmail.com> | 2011-09-02 13:44:42 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-09-15 01:14:36 +0200 |
commit | 56453d346864e312ec138626a3fc920c39890f0d (patch) | |
tree | 3653456e1c93d7e41e7688a306d3f519167e180b /tests/t12-repo.c | |
parent | 3601c4bfce3df04ebfc8668e5db531ded39280a9 (diff) | |
download | libgit2-56453d346864e312ec138626a3fc920c39890f0d.tar.gz |
status: enhance determination of status for a single file
- fix retrieval of a file status when working against a newly initialized repository
- reduce memory pressure
- prevents a directory from being tested
Diffstat (limited to 'tests/t12-repo.c')
-rw-r--r-- | tests/t12-repo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/t12-repo.c b/tests/t12-repo.c index cc8942f40..1d9132cfd 100644 --- a/tests/t12-repo.c +++ b/tests/t12-repo.c @@ -212,8 +212,6 @@ BEGIN_TEST(open0, "Open a bare repository that has just been initialized by git" must_pass(git_futils_rmdir_r(TEMP_REPO_FOLDER, 1)); END_TEST -#define EMPTY_REPOSITORY_FOLDER TEST_RESOURCES "/empty_standard_repo/.gitted/" - BEGIN_TEST(open1, "Open a standard repository that has just been initialized by git") git_repository *repo; |