diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index afc7b80e35523b2b8186a5ea6bc9e54a0544f983..6e1717d7fcb3852d346aec65c03bf307b35e8c84 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1453,7 +1453,7 @@ run_test 66a "AT: verify MDT service time adjusts with no early replies" test_66b() #bug 3055 { at_start || return 0 - ORIG=$(awk '/network/ {print $4}' $LPROC/mdc/lustre-*/timeouts) + ORIG=$(awk '/network/ {print $4}' $LPROC/mdc/${FSNAME}-*/timeouts) sysctl -w lustre.fail_val=$(($ORIG + 5)) #define OBD_FAIL_PTLRPC_PAUSE_REP 0x50c sysctl -w lustre.fail_loc=0x50c