diff options
author | Russell Belfer <rb@github.com> | 2012-11-08 16:44:39 -0800 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2012-11-09 13:52:07 -0800 |
commit | 18eff2ad7027cb82ccf61b4ae7c4fa8d75c6eace (patch) | |
tree | 8438155cca193a31beddc28b7113884b543f5069 /tests-clar/stash/drop.c | |
parent | 32def5af9a951396e626c3e276a0f94683753e3d (diff) | |
download | libgit2-18eff2ad7027cb82ccf61b4ae7c4fa8d75c6eace.tar.gz |
Clean up a couple things missed in rebase
Diffstat (limited to 'tests-clar/stash/drop.c')
-rw-r--r-- | tests-clar/stash/drop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/stash/drop.c b/tests-clar/stash/drop.c index 5bbc7452a..39139ccae 100644 --- a/tests-clar/stash/drop.c +++ b/tests-clar/stash/drop.c @@ -15,7 +15,7 @@ void test_stash_drop__cleanup(void) { git_signature_free(signature); git_repository_free(repo); - cl_git_pass(git_futils_rmdir_r("stash", NULL, GIT_DIRREMOVAL_FILES_AND_DIRS)); + cl_git_pass(git_futils_rmdir_r("stash", NULL, GIT_RMDIR_REMOVE_FILES)); } void test_stash_drop__cannot_drop_from_an_empty_stash(void) |