open-nomad/drivers/shared/executor/test-resources/busybox
Mahmood Ali 58fb6812db tests: busybox only depends on arch
Busybox is compiled for linux only.  Making the file used in executor
tests even for non-linux targets, as having the file present has no
side-effects.
2019-01-07 08:36:32 -05:00
..
README add a note about busybox license 2018-12-11 09:35:26 -05:00
busybox-amd64 tests: busybox only depends on arch 2019-01-07 08:36:32 -05:00

README

Downloaded busybox https://busybox.net/downloads/binaries/, unmodified.

Busybox binaries are statically linked binaries, that is a multi-call binary.  It's a single binary that can act like many commonly used utilities (e.g. /bin/sh, echo, sleep, etc).  More info is found in https://busybox.net/downloads/BusyBox.html .

Busybox is GPLv2: https://www.busybox.net/license.html .