Skip to content

Commit 39bedd9

Browse files
committed
lkl: tests: drop sleep before lklfuse unmount
The sleep appears to have been there since the initial tests were added. It shouldn't be necessary so remove it. Signed-off-by: David Disseldorp <ddiss@suse.de>
1 parent c7cfe51 commit 39bedd9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/lkl/tests/lklfuse.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ cleanup()
88
{
99
set -e
1010

11-
sleep 1
1211
if type -P fusermount3 > /dev/null; then
1312
fusermount3 -u $dir
1413
else

0 commit comments

Comments
 (0)