We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45e619 commit e828685Copy full SHA for e828685
winsup/testsuite/Makefile.am
@@ -371,9 +371,9 @@ export cygrun=$(builddir)/mingw/cygrun
371
372
check-local:
373
$(MKDIR_P) ${builddir}/testinst/tmp
374
- cd ${builddir}/testinst/bin && cp /usr/libexec/busybox/bin/busybox.exe sh.exe
375
- cd ${builddir}/testinst/bin && cp /usr/libexec/busybox/bin/busybox.exe sleep.exe
376
- cd ${builddir}/testinst/bin && cp /usr/libexec/busybox/bin/busybox.exe ls.exe
+ cd ${builddir}/testinst/bin && cp /usr/bin/busybox sh.exe
+ cd ${builddir}/testinst/bin && cp /usr/bin/busybox sleep.exe
+ cd ${builddir}/testinst/bin && cp /usr/bin/busybox ls.exe
377
378
# target to build all the programs needed by check, without running check
379
check_programs: $(check_PROGRAMS)
0 commit comments