mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Make nag work
Note to self: Even the most trivial change needs to be tested for idiocy.
This commit is contained in:
parent
160f3672db
commit
27cb2afe2c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ run_all_parallel() {
|
|||
rm _run_all_parallel.txt
|
||||
}
|
||||
|
||||
if [ ! -z "$1" ] && [ "$1" -ne "--verbose" ] && [ "$1" -ne "--fast" ];
|
||||
if [ ! -z "$1" ] && [ "$1" != "--verbose" ] && [ "$1" != "--fast" ];
|
||||
then
|
||||
echo "Did you mean --fast or --verbose?"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue