diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index bbe989aebf..86453d45bc 100644 --- a/io/Makefile +++ b/io/Makefile @@ -104,5 +104,5 @@ ifeq ($(run-built-tests),yes) tests: $(objpfx)ftwtest.out $(objpfx)ftwtest.out: ftwtest-sh $(objpfx)ftwtest - $(SHELL) $< $(common-objpfx) '$(built-program-cmd)' > $@ + $(SHELL) $< $(common-objpfx) '$(test-program-cmd)' > $@ endif |