Minor: aligned capitalization in fatal error message.

This commit is contained in:
Ingo Karkat
2010-07-15 13:52:09 +02:00
parent 4d29e68e89
commit a7afc7917d
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ to find it somewhere else.
# Remove the pre-created todo.cfg to test behavior in its absence
rm -f todo.cfg
echo "Fatal error: Cannot read configuration file $HOME/.todo/config" > expect
echo "Fatal Error: Cannot read configuration file $HOME/.todo/config" > expect
test_expect_success 'no config file' '
todo.sh > output 2>&1 || test_cmp expect output
'