89f6faed2b
- git snapshot
34 lines
1.3 KiB
Diff
34 lines
1.3 KiB
Diff
From 4e1f8d0c5f071e0e8270eadf73e97aa41b07cb12 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Fri, 1 Aug 2014 13:15:44 +0200
|
|
Subject: [PATCH] TEST-20-NFS: add more commands and fix client root dirs
|
|
|
|
---
|
|
test/TEST-20-NFS/test.sh | 6 +++++-
|
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/test/TEST-20-NFS/test.sh b/test/TEST-20-NFS/test.sh
|
|
index 4f21d45..19bf510 100755
|
|
--- a/test/TEST-20-NFS/test.sh
|
|
+++ b/test/TEST-20-NFS/test.sh
|
|
@@ -290,7 +290,7 @@ test_setup() {
|
|
. $basedir/dracut-functions.sh
|
|
|
|
inst_multiple sh shutdown poweroff stty cat ps ln ip \
|
|
- mount dmesg mkdir cp ping grep
|
|
+ mount dmesg mkdir cp ping grep setsid ls vi /etc/virc less cat
|
|
for _terminfodir in /lib/terminfo /etc/terminfo /usr/share/terminfo; do
|
|
[ -f ${_terminfodir}/l/linux ] && break
|
|
done
|
|
@@ -301,6 +301,10 @@ test_setup() {
|
|
cd "$initdir"
|
|
mkdir -p dev sys proc etc run
|
|
mkdir -p var/lib/nfs/rpc_pipefs
|
|
+ mkdir -p root usr/bin usr/lib usr/lib64 usr/sbin
|
|
+ for i in bin sbin lib lib64; do
|
|
+ ln -sfnr usr/$i $i
|
|
+ done
|
|
)
|
|
inst /etc/nsswitch.conf /etc/nsswitch.conf
|
|
inst /etc/passwd /etc/passwd
|