mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test for bug 1192 - brace expansion.
Commit 968d1c3
(Portability) introduced a bug with some very POSIX
compliant shells (eg dash), which don't do brace expansion. So add a
test for that.
The test runs by adding a new protocol in Uri, sh+cp://path/. This
protocol is not intended to be used normally, but is only for testing
the push and pull code.
Signed-off-by: Russell Steicke <russells@adelie.cx>
This commit is contained in:
parent
983e07ab01
commit
0cc7bc337d
8 changed files with 213 additions and 0 deletions
|
@ -30,6 +30,7 @@ set (task_SRCS A3.cpp A3.h
|
|||
TransportCurl.cpp TransportCurl.h
|
||||
TransportRSYNC.cpp TransportRSYNC.h
|
||||
TransportSSH.cpp TransportSSH.h
|
||||
TransportShell.cpp TransportShell.h
|
||||
Uri.cpp Uri.h
|
||||
ViewTask.cpp ViewTask.h
|
||||
ViewText.cpp ViewText.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue