Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

25 lines
389 B
INI

#
# Configuration file used by individual tests.
#
# This is set so that all files will be created inside the current
# sandbox.
[btest]
TmpDir = .tmp
BaselineDir = Baseline
[environment]
PATH=%(default_path)s
ENV1=Foo
ENV2=%(testbase)s
ENV3=`expr 42`
[environment-foo]
FOO=BAR
[filter-foo]
cat=%(testbase)s/../../Scripts/test-filter
[substitution-foo]
printf=printf 'Hello, %s'