mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +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
|
@ -1,14 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
# Test setting configuration variable with a trailing comment works
|
||||
. bash_tap_tw.sh
|
||||
|
||||
# Add configuration variable with a trailing comment into taskrc
|
||||
echo 'weekstart=Monday # Europe standard' >> taskrc
|
||||
cat taskrc
|
||||
|
||||
# Use config the change the value to "Sunday"
|
||||
task config weekstart Sunday
|
||||
|
||||
# Ensure the comment was preserved and value changed
|
||||
cat taskrc | grep weekstart=Sunday
|
||||
[[ `cat taskrc | grep weekstart=Sunday` == 'weekstart=Sunday # Europe standard' ]]
|
Loading…
Add table
Add a link
Reference in a new issue