[PATCH] xfstest generic/280: use waidpid instead of ugly sleep

Dmitry Monakhov dmonakhov at openvz.org
Fri Feb 21 02:55:48 CST 2014


Signed-off-by: Dmitry Monakhov <dmonakhov at openvz.org>
---
 tests/generic/280 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/generic/280 b/tests/generic/280
index 815a2c5..7a2d1d0 100755
--- a/tests/generic/280
+++ b/tests/generic/280
@@ -61,9 +61,10 @@ quotacheck -u -g $SCRATCH_MNT 2>/dev/null
 quotaon $SCRATCH_MNT 2>/dev/null
 xfs_freeze -f $SCRATCH_MNT
 setquota -u root 1 2 3 4 $SCRATCH_MNT &
+pid=$!
 sleep 1
 xfs_freeze -u $SCRATCH_MNT
-sleep 1
+wait $pid
 umount $SCRATCH_DEV
 
 # Failure comes in the form of a deadlock.
-- 
1.7.1



More information about the xfs mailing list