Skip to content
Snippets Groups Projects
Commit ebad683b authored by Bobi Jam's avatar Bobi Jam
Browse files

Branch HEAD

b=16417

sleep some time before getting 'lfs df' value.
parent 8188134c
No related branches found
No related tags found
No related merge requests found
......@@ -896,6 +896,7 @@ test_36() { #bug 16417
local before=$($LFS df | awk '{if ($1 ~/^filesystem/) {print $5; exit} }')
dd if=/dev/zero of=$DIR1/$tdir/file000 bs=1M count=$SIZE
sync
sleep 1
local after_dd=$($LFS df | awk '{if ($1 ~/^filesystem/) {print $5; exit} }')
multiop_bg_pause $DIR2/$tdir/file000 O_r${SIZE_B}c || return 3
read_pid=$!
......
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