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 56f5310 commit 4bdb472Copy full SHA for 4bdb472
winsup/testsuite/Makefile.am
@@ -367,9 +367,9 @@ export cygrun=$(builddir)/mingw/cygrun
367
368
check-local:
369
$(MKDIR_P) ${builddir}/testinst/tmp
370
- cd ${builddir}/testinst/bin && cp /usr/libexec/busybox/bin/busybox.exe sh.exe
371
- cd ${builddir}/testinst/bin && cp /usr/libexec/busybox/bin/busybox.exe sleep.exe
372
- 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
373
374
# target to build all the programs needed by check, without running check
375
check_programs: $(check_PROGRAMS)
0 commit comments