aboutsummaryrefslogtreecommitdiff
path: root/frida_mode/test/libpcap
diff options
context:
space:
mode:
Diffstat (limited to 'frida_mode/test/libpcap')
-rw-r--r--frida_mode/test/libpcap/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/frida_mode/test/libpcap/GNUmakefile b/frida_mode/test/libpcap/GNUmakefile
index 1263ce60..6f2b58af 100644
--- a/frida_mode/test/libpcap/GNUmakefile
+++ b/frida_mode/test/libpcap/GNUmakefile
@@ -1,5 +1,5 @@
PWD:=$(shell pwd)/
-ROOT:=$(shell realpath $(PWD)../../..)/
+ROOT:=$(PWD)../../../
BUILD_DIR:=$(PWD)build/
AFLPP_FRIDA_DRIVER_HOOK_OBJ=$(ROOT)frida_mode/build/frida_hook.so
@@ -142,7 +142,7 @@ $(TEST_BIN): $(HARNESS_OBJ) $(PCAPTEST_OBJ) $(LIBPCAP_LIB)
########## DUMMY #######
$(AFLPP_DRIVER_DUMMY_INPUT): | $(TCPDUMP_TESTS_DIR)
- dd if=/dev/zero bs=1M count=1 of=$@
+ dd if=/dev/zero bs=1048576 count=1 of=$@
###### TEST DATA #######