Tweak the fuzz script to work with the new test layout

This commit is contained in:
Alex Young
2012-07-13 13:13:04 +01:00
parent fd8ee5b8c3
commit a838714571

View File

@@ -1,5 +1,7 @@
#!/usr/bin/ruby #!/usr/bin/ruby
$:.push "acceptance"
require 'flexnbd' require 'flexnbd'
binary = ARGV.shift binary = ARGV.shift
@@ -97,3 +99,4 @@ end
File.unlink(testname_local) File.unlink(testname_local)
File.unlink(testname_serve) File.unlink(testname_serve)
@serve.can_die(0)