diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-01-31 10:13:59 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-01-31 10:13:59 +0000 |
commit | fef18de531737c8bb819794b9db8c6630a85a5a9 (patch) | |
tree | 7dbcfb98d9293c8797809e560386e6b1c5a86ba1 /test/tc_byteback_snapshot.rb | |
parent | e840018421c47545526e13adb4c7eee3e503c417 (diff) |
Tidy up requires in tests, fix Tempfile filename stem
Diffstat (limited to 'test/tc_byteback_snapshot.rb')
-rw-r--r-- | test/tc_byteback_snapshot.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tc_byteback_snapshot.rb b/test/tc_byteback_snapshot.rb index 6101371..71f8c39 100644 --- a/test/tc_byteback_snapshot.rb +++ b/test/tc_byteback_snapshot.rb @@ -1,5 +1,3 @@ -$: << File.dirname(__FILE__)+"/../lib" - require 'test/unit' require 'byteback/backup_directory' require 'time' |