file watcher doesn't execute if combining ~ and * in the file description
Bug #1360208 reported by
Michael Zanetti
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
upstart |
In Progress
|
Medium
|
James Hunt |
Bug Description
Example:
This doesn't work:
start on (file FILE=~/
While this does:
start on (file FILE=/home/
Related branches
lp://staging/~jamesodhunt/upstart/bug-1360208
Ready for review
for merging
into
lp://staging/upstart
- Upstart Reviewers: Pending requested
-
Diff: 1966 lines (+943/-321)5 files modifiedChangeLog (+37/-0)
extra/upstart-file-bridge.c (+403/-164)
scripts/pyupstart.py (+46/-20)
scripts/tests/test_pyupstart_session_init.py (+368/-57)
scripts/tests/test_pyupstart_system_init.py (+89/-80)
Changed in upstart: | |
assignee: | nobody → James Hunt (jamesodhunt) |
status: | New → In Progress |
importance: | Undecided → Medium |
To post a comment you must log in.