diff options
-rwxr-xr-x | test/TEST-50-MULTINIC/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh index 2005508d..fa9ef777 100755 --- a/test/TEST-50-MULTINIC/test.sh +++ b/test/TEST-50-MULTINIC/test.sh @@ -190,11 +190,11 @@ test_setup() { . $basedir/dracut-functions dracut_install sh shutdown poweroff stty cat ps ln ip \ /lib/terminfo/l/linux mount dmesg mkdir \ - cp ping grep + cp ping grep ls inst ./client-init /sbin/init ( cd "$initdir" - mkdir -p dev sys proc etc + mkdir -p dev sys proc etc run mkdir -p var/lib/nfs/rpc_pipefs ) inst /etc/nsswitch.conf /etc/nsswitch.conf |