diff options
| author | Russell Belfer <rb@github.com> | 2014-05-15 10:56:28 -0700 |
|---|---|---|
| committer | Russell Belfer <rb@github.com> | 2014-05-15 10:56:28 -0700 |
| commit | 8487e23797cef0284b592b5ef93eaacbac7196dc (patch) | |
| tree | da883f84114eceaf6e69f7b87e16e7aac45bbdad /tests/config/include.c | |
| parent | 4af0ef9690e9fdfc81afbeed7039d02a5f191001 (diff) | |
| download | libgit2-8487e23797cef0284b592b5ef93eaacbac7196dc.tar.gz | |
Better search path sandboxingrb/restore-search-paths
There are a number of tests that modify the global or system
search paths during the tests. This adds a helper function to
make it easier to restore those paths and makes sure that they
are getting restored in a manner that preserves test isolation.
Diffstat (limited to 'tests/config/include.c')
| -rw-r--r-- | tests/config/include.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/config/include.c b/tests/config/include.c index 535573808..58bc690ff 100644 --- a/tests/config/include.c +++ b/tests/config/include.c @@ -47,6 +47,8 @@ void test_config_include__homedir(void) cl_assert_equal_s(str, "huzzah"); git_config_free(cfg); + + cl_sandbox_set_search_path_defaults(); } void test_config_include__refresh(void) |
