aboutsummaryrefslogtreecommitdiff
path: root/testcases/network/nfs/nfs_stress/nfs03.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/network/nfs/nfs_stress/nfs03.sh')
-rwxr-xr-xtestcases/network/nfs/nfs_stress/nfs03.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/testcases/network/nfs/nfs_stress/nfs03.sh b/testcases/network/nfs/nfs_stress/nfs03.sh
index e5f4de67c..e9ef5fb78 100755
--- a/testcases/network/nfs/nfs_stress/nfs03.sh
+++ b/testcases/network/nfs/nfs_stress/nfs03.sh
@@ -66,11 +66,13 @@ do_test()
cd ../dir1
wait $pid1
rm_files &
+ pid3=$!
tst_res TINFO "cd dir2 & removing files"
cd ../dir2
wait $pid2
rm_files
+ wait $pid3
tst_res TPASS "test done"
}