Merge lp://staging/~jamesodhunt/libnih/fix-for-777097 into lp://staging/libnih/1.0
Proposed by
James Hunt
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~jamesodhunt/libnih/fix-for-777097 | ||||
Merge into: | lp://staging/libnih/1.0 | ||||
Diff against target: |
121 lines (+87/-9) 2 files modified
nih/tests/test_watch.c (+72/-3) nih/watch.c (+15/-6) |
||||
To merge this branch: | bzr merge lp://staging/~jamesodhunt/libnih/fix-for-777097 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Scott James Remnant | Pending | ||
Review via email: mp+65228@code.staging.launchpad.net |
Description of the change
* nih/watch.
previously a file watch resulted in an invalid file path ending in
a single slash (LP:#777097).
* nih/tests/
To post a comment you must log in.
Unmerged revisions
- 1049. By James Hunt
-
* nih/watch.
c:nih_watch_ handle( ): Handle non-directory watches;
previously a file watch resulted in an invalid file path ending in
a single slash (LP:#777097).
* nih/tests/test_watch. c: Added explicit test for watch on a file.