diff options
| author | Edward Thomson <ethomson@github.com> | 2017-02-17 13:01:49 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@github.com> | 2017-02-17 13:01:49 +0000 |
| commit | c52480fde52c6d65b8ded9ba65bce0b15ff312df (patch) | |
| tree | 7c333ad53439b97c389efe72cbf1cb2808bb2e21 /tests/attr | |
| parent | a1dcc83030f9073fe29054ecaf7647dca1fec2ec (diff) | |
| download | libgit2-c52480fde52c6d65b8ded9ba65bce0b15ff312df.tar.gz | |
`cl_git_exec` -> `cl_git_expect`ethomson/clar_messages
Diffstat (limited to 'tests/attr')
| -rw-r--r-- | tests/attr/ignore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/attr/ignore.c b/tests/attr/ignore.c index a8845e463..3a193890a 100644 --- a/tests/attr/ignore.c +++ b/tests/attr/ignore.c @@ -21,7 +21,7 @@ static void assert_is_ignored_( { int is_ignored = 0; - cl_git_exec( + cl_git_expect( git_ignore_path_is_ignored(&is_ignored, g_repo, filepath), 0, file, line); clar__assert_equal( |
