mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Renaming test files according to their language (#3407)
This commit is contained in:
parent
43ca74549d
commit
ef9613e2d6
178 changed files with 171 additions and 169 deletions
11
test/tw-2451.test.sh
Executable file
11
test/tw-2451.test.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
. bash_tap_tw.sh
|
||||
|
||||
# Setup the tasks
|
||||
task add Participate in the marine search
|
||||
task add Find the pearls
|
||||
|
||||
# Search for tasks containing "mar"
|
||||
task mar
|
||||
task mar count
|
||||
[[ `task mar count` == 1 ]]
|
Loading…
Add table
Add a link
Reference in a new issue