Skip to content

Commit

Permalink
Merge branch 'vtolstov-tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
mitake committed Oct 9, 2015
2 parents fc4fd19 + b49b7fa commit 538887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/common.rc
Expand Up @@ -442,7 +442,7 @@ _cleanup_devices()
rm -f $d.img
done

for d in `find /dev/ -name "loop*"`; do
for d in `find /dev/ -maxdepth 1 -name "loop*"`; do
losetup -d $d &> /dev/null
done
}
Expand Down

0 comments on commit 538887a

Please sign in to comment.