mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Leftover junk removed
This commit is contained in:
parent
2a8d9079d1
commit
e88f4cf776
1 changed files with 0 additions and 7 deletions
|
@ -93,10 +93,3 @@ if __name__ == "__main__":
|
|||
unittest.main(testRunner=TAPTestRunner())
|
||||
|
||||
# vim: ai sts=4 et sw=4
|
||||
|
||||
x="""
|
||||
$output = qx{../src/task rc:$rc ls start.after:1/1/2009 2>/dev/null};
|
||||
unlike ($output, qr/foo/, "$ut: no foo after 1/1/2009");
|
||||
like ($output, qr/bar/, "$ut: bar after 1/1/2009");
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue