Skip to content

Commit

Permalink
Merge branch 'tests' of https://github.com/vtolstov/sheepdog into vto…
Browse files Browse the repository at this point in the history
…lstov-tests
  • Loading branch information
mitake committed Oct 9, 2015
2 parents fc4fd19 + 00982c6 commit b49b7fa
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 b49b7fa

Please sign in to comment.