summaryrefslogtreecommitdiff
path: root/test/ts_byteback.rb
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-01-31 10:13:59 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-01-31 10:13:59 +0000
commitfef18de531737c8bb819794b9db8c6630a85a5a9 (patch)
tree7dbcfb98d9293c8797809e560386e6b1c5a86ba1 /test/ts_byteback.rb
parente840018421c47545526e13adb4c7eee3e503c417 (diff)
Tidy up requires in tests, fix Tempfile filename stem
Diffstat (limited to 'test/ts_byteback.rb')
-rw-r--r--test/ts_byteback.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ts_byteback.rb b/test/ts_byteback.rb
index 63226a2..ccee796 100644
--- a/test/ts_byteback.rb
+++ b/test/ts_byteback.rb
@@ -1,5 +1,6 @@
-$: << "."
+$: << File.dirname(__FILE__)
+$: << File.dirname(__FILE__)+"/../lib"
require 'tc_restore.rb'
require 'tc_restore_file.rb'