changeset 461:fbda46a69fb8

Small fix in test
author Adam Domurad <adomurad@redhat.com>
date Mon, 09 Jul 2012 11:45:16 -0400
parents 6f1d7f30246a
children af6e50d03455
files tests/reproducers/custom/AppletFolderInArchiveTag/srcs/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/reproducers/custom/AppletFolderInArchiveTag/srcs/Makefile	Mon Jul 09 11:01:25 2012 -0400
+++ b/tests/reproducers/custom/AppletFolderInArchiveTag/srcs/Makefile	Mon Jul 09 11:45:16 2012 -0400
@@ -7,7 +7,7 @@
 prepare-reproducer:
 	echo PREPARING REPRODUCER $(TESTNAME)
 	mkdir -p $(DEPLOY_SUBDIR)
-	echo INDEX_HTML_BODY > $(DEPLOY_SUBDIR)/index.html
+	echo $(INDEX_HTML_BODY) > $(DEPLOY_SUBDIR)/index.html
 	$(EXPORTED_JAVAC) -classpath $(JAVAC_CLASSPATH) -d $(DEPLOY_SUBDIR) $(TESTNAME).java
 	echo PREPARED REPRODUCER $(TESTNAME)