mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

Two of these used EXPFAIL which, because nothing is interpreting the TAP output, does not work. So, that functionality is removed, and the expected-to-fail bits are commented out or removed. There was a conditional on the filename in `bash_tap.sh` which caused it to not actually do anything and just run the test as a simple shell script. That, too, has been removed.
9 lines
228 B
Bash
Executable file
9 lines
228 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# A test case for TW-2124.
|
|
# https://github.com/GothenburgBitFactory/taskwarrior/issues/2124
|
|
|
|
. bash_tap_tw.sh
|
|
|
|
# Filtering for description with a dash works
|
|
task add foo-bar
|
|
task foo-bar list | grep foo-bar
|