diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-27 21:19:11 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-27 21:19:11 +0000 |
| commit | 4e2fa78ea36ec2cf6583bc025b4127c5ea238fd2 (patch) | |
| tree | 776471e6ddbb557aac5a48779cb813f63c28b4d5 /tests/basic/13.in | |
| parent | 15b8b407ee0ee485e82a9de35932da2053f2c390 (diff) | |
Notes
Diffstat (limited to 'tests/basic/13.in')
| -rw-r--r-- | tests/basic/13.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/13.in b/tests/basic/13.in index 81f03a61d286..6e31e9c4b17f 100644 --- a/tests/basic/13.in +++ b/tests/basic/13.in @@ -1,7 +1,7 @@ key = value_orig; # test glob -.include(glob=true) "${CURDIR}/include_dir/test*.conf" +.include(glob=true,something="test") "${CURDIR}/include_dir/test*.conf" .include(priority=1) "${CURDIR}/include_dir/pri1.conf" .include(priority=2) "${CURDIR}/include_dir/pri2.conf" |
