aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/ed/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile
index 750f388fe433..ca45a5183ebe 100644
--- a/bin/ed/test/Makefile
+++ b/bin/ed/test/Makefile
@@ -6,12 +6,12 @@ all: build test
build: mkscripts.sh
@echo building test scripts...
@chmod +x mkscripts.sh
- @mkscripts.sh ${ED}
+ @./mkscripts.sh ${ED}
test: build ckscripts.sh
@echo running test scripts...
@chmod +x ckscripts.sh
- @ckscripts.sh ${ED}
+ @./ckscripts.sh ${ED}
clean:
rm -f *.ed *.[oz] *~