mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Cmake:
- adapted makefile and unit tests to new place of test dir
This commit is contained in:
parent
17ef077e27
commit
5d775fdc3e
176 changed files with 1288 additions and 1287 deletions
|
@ -43,14 +43,14 @@ if (open my $fh, '>', '440.rc')
|
|||
|
||||
# Create a task and attempt simultaneous subst and appends, both permutations
|
||||
|
||||
qx{../task rc:440.rc add Foo};
|
||||
qx{../task rc:440.rc add Foo};
|
||||
qx{../src/task rc:440.rc add Foo};
|
||||
qx{../src/task rc:440.rc add Foo};
|
||||
|
||||
qx{../task rc:440.rc 1 /Foo/Bar/ append Appendtext};
|
||||
qx{../task rc:440.rc 2 append Appendtext /Foo/Bar/};
|
||||
qx{../src/task rc:440.rc 1 /Foo/Bar/ append Appendtext};
|
||||
qx{../src/task rc:440.rc 2 append Appendtext /Foo/Bar/};
|
||||
|
||||
my $output1 = qx{../task rc:440.rc 1 ls};
|
||||
my $output2 = qx{../task rc:440.rc 2 ls};
|
||||
my $output1 = qx{../src/task rc:440.rc 1 ls};
|
||||
my $output2 = qx{../src/task rc:440.rc 2 ls};
|
||||
|
||||
unlike ($output1, qr/Foo/, 'simultaneous subst and append - subst');
|
||||
like ($output1, qr/\w+ Appendtext/, 'simultaneous subst and append - append');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue