id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3753	extfs: tester: let test scripts easily access configure-time parameters.	mooffie	mooffie	"This patch introduces a mechanism by which tests can easily access configure-time parameters, like @PERL@, @AWK@, etc.

(The traditional method, of *.in files, can still be used of course, but this mechanism is more comfortable.)

== Rationale

As seen in #3751, tests should have access to configure-time parameters. After committing this patch, the file 'data/rpm.rewrite.sh' could be written as follows:

{{{
. ""$MC_TEST_EXTFS_CONFIG_SH""

blah_blah_blah()
{
  $PERL -e 'whatever perl code'
}
}}}
"	task	closed	major	4.8.19	mc-vfs	master	fixed			3730		merged	committed-master
