Skip to content

Commit 4bdb472

Browse files
committed
Workaround of usage of busybox in WSL environment
1 parent 56f5310 commit 4bdb472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

winsup/testsuite/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ export cygrun=$(builddir)/mingw/cygrun
367367

368368
check-local:
369369
$(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
370+
cd ${builddir}/testinst/bin && cp /usr/bin/busybox sh.exe
371+
cd ${builddir}/testinst/bin && cp /usr/bin/busybox sleep.exe
372+
cd ${builddir}/testinst/bin && cp /usr/bin/busybox ls.exe
373373

374374
# target to build all the programs needed by check, without running check
375375
check_programs: $(check_PROGRAMS)

0 commit comments

Comments
 (0)