mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
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>
This commit is contained in:
@@ -8,7 +8,6 @@ cleanup()
|
||||
{
|
||||
set -e
|
||||
|
||||
sleep 1
|
||||
if type -P fusermount3 > /dev/null; then
|
||||
fusermount3 -u $dir
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user