about summary refs log tree commit diff
path: root/frida_mode/test/libxml
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-12-17 18:23:49 +0000
committerYour Name <you@example.com>2021-12-17 18:23:49 +0000
commitfd1d1621497e252a7be7599371875d170034d71f (patch)
treea33eb39b290d4dc022eb77ca671367c395d7155b /frida_mode/test/libxml
parent5a28157ffd9156f1061ae6f35c25008d7ca7a3e4 (diff)
downloadafl++-fd1d1621497e252a7be7599371875d170034d71f.tar.gz
Fix broken test configuration
Diffstat (limited to 'frida_mode/test/libxml')
-rw-r--r--frida_mode/test/libxml/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/test/libxml/GNUmakefile b/frida_mode/test/libxml/GNUmakefile
index 1d675187..aff7c1b2 100644
--- a/frida_mode/test/libxml/GNUmakefile
+++ b/frida_mode/test/libxml/GNUmakefile
@@ -134,7 +134,7 @@ $(TEST_DATA_DIR): | $(BUILD_DIR)
 	mkdir -p $@
 
 $(TEST_DATA_FILE): | $(TEST_DATA_DIR)
-	dd if=/dev/zero bs=1048576 count=1 of=$@
+	echo "hi" > $@
 
 ######           #######