aboutsummaryrefslogtreecommitdiff
path: root/test/external_text_formatter/transformation.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'test/external_text_formatter/transformation.xsl')
-rw-r--r--test/external_text_formatter/transformation.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/external_text_formatter/transformation.xsl b/test/external_text_formatter/transformation.xsl
index f797b87..aa9a300 100644
--- a/test/external_text_formatter/transformation.xsl
+++ b/test/external_text_formatter/transformation.xsl
@@ -25,7 +25,7 @@
<xsl:template name="implementation">
<xsl:variable name="result">
<xsl:call-template name="formatter">
- <xsl:with-param name="format">/usr/bin/markdown</xsl:with-param>
+ <xsl:with-param name="format">markdown</xsl:with-param>
<xsl:with-param name="file">[test.md]</xsl:with-param>
</xsl:call-template>
</xsl:variable>