mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 21:27:19 +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
13
test/tw-3102.test.sh
Executable file
13
test/tw-3102.test.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
. bash_tap_tw.sh
|
||||
|
||||
task add modtest modified:yesterday
|
||||
old_modified=`task _get 1.modified`
|
||||
echo $old_modified
|
||||
|
||||
task 1 start
|
||||
new_modified=`task _get 1.modified`
|
||||
echo $new_modified
|
||||
|
||||
# `task start` should have updated modified
|
||||
[[ $old_modified != $new_modified ]]
|
Loading…
Add table
Add a link
Reference in a new issue