Remove an unneeded sanity check from the tests

This commit is contained in:
Alex Young
2012-09-13 15:13:20 +01:00
parent 1d9c88d4ca
commit ddc57e76d1

View File

@@ -14,7 +14,6 @@ class TestWriteDuringMigration < Test::Unit::TestCase
@flexnbd = File.expand_path("../../build/flexnbd")
raise "No binary!" unless File.executable?( @flexnbd )
raise "No trickle!" unless system "which trickle > /dev/null"
@size = 20*1024*1024 # 20MB