Skip to content

Commit e828685

Browse files
committed
Fix usage of busybox in WSL environment
1 parent a45e619 commit e828685

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
@@ -371,9 +371,9 @@ export cygrun=$(builddir)/mingw/cygrun
371371

372372
check-local:
373373
$(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
374+
cd ${builddir}/testinst/bin && cp /usr/bin/busybox sh.exe
375+
cd ${builddir}/testinst/bin && cp /usr/bin/busybox sleep.exe
376+
cd ${builddir}/testinst/bin && cp /usr/bin/busybox ls.exe
377377

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

0 commit comments

Comments
 (0)