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/status | |
| parent | a1dcc83030f9073fe29054ecaf7647dca1fec2ec (diff) | |
| download | libgit2-c52480fde52c6d65b8ded9ba65bce0b15ff312df.tar.gz | |
`cl_git_exec` -> `cl_git_expect`ethomson/clar_messages
Diffstat (limited to 'tests/status')
| -rw-r--r-- | tests/status/ignore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/status/ignore.c b/tests/status/ignore.c index a9b96114b..251de39dd 100644 --- a/tests/status/ignore.c +++ b/tests/status/ignore.c @@ -20,7 +20,7 @@ static void assert_ignored_( bool expected, const char *filepath, const char *file, int line) { int is_ignored = 0; - cl_git_exec( + cl_git_expect( git_status_should_ignore(&is_ignored, g_repo, filepath), 0, file, line); clar__assert( (expected != 0) == (is_ignored != 0), |
