3 # Copyright (c) 2017 Intel Corporation
6 test_description
='Simple configuration tests'
10 # Note that it is not possible to use git-config to write such a value, but
11 # they are expected to be interpret-able by git commands
12 test_expect_success
'stg accepts keys without values' '
13 echo "[stgit]" >> .git/config &&
14 echo " aboolean" >> .git/config &&