We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237811c commit 245e74dCopy full SHA for 245e74d
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