summaryrefslogtreecommitdiff
path: root/test/create-busybox-container
diff options
context:
space:
mode:
authorFranck Bui <fbui@suse.com>2021-08-05 08:38:27 +0200
committerFranck Bui <fbui@suse.com>2021-08-18 17:37:55 +0200
commit6c8ba239d534ebdd124993e7a2e2bbc9d672d695 (patch)
treef81525d10c3aae65bc190de054b92afe49161d8a /test/create-busybox-container
parentdfd73ccb14e6839df7d8633984c382d01d630b3f (diff)
downloadsystemd-6c8ba239d534ebdd124993e7a2e2bbc9d672d695.tar.gz
TEST-13-*: in busybox container sleep(1) takes a delay in seconds only
Diffstat (limited to 'test/create-busybox-container')
-rwxr-xr-xtest/create-busybox-container1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/create-busybox-container b/test/create-busybox-container
index b2b7b26294..27897cded2 100755
--- a/test/create-busybox-container
+++ b/test/create-busybox-container
@@ -30,6 +30,7 @@ ln -s busybox "$root/bin/ps"
ln -s busybox "$root/bin/ip"
ln -s busybox "$root/bin/seq"
ln -s busybox "$root/bin/sleep"
+ln -s busybox "$root/bin/usleep"
ln -s busybox "$root/bin/test"
mkdir -p "$root/sbin"