Skip to content
Snippets Groups Projects
Commit 79c3ccdf authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Don't run test 56 with bogus /proc file name on client-only setup.

parent 467a63a0
No related merge requests found
...@@ -1521,7 +1521,7 @@ test_52b() { ...@@ -1521,7 +1521,7 @@ test_52b() {
run_test 52b "immutable flag test (should return errors) =======" run_test 52b "immutable flag test (should return errors) ======="
test_53() { test_53() {
for i in /proc/fs/lustre/osc/OSC*mds1 ; do for i in `ls /proc/fs/lustre/osc/OSC*mds1 2> /dev/null` ; do
ostname=`echo $i | cut -d _ -f 3-4 | sed -e s/_mds1//` ostname=`echo $i | cut -d _ -f 3-4 | sed -e s/_mds1//`
ost_last=`cat /proc/fs/lustre/obdfilter/$ostname/last_id` ost_last=`cat /proc/fs/lustre/obdfilter/$ostname/last_id`
mds_last=`cat $i/prealloc_last_id` mds_last=`cat $i/prealloc_last_id`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment