diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2015-12-02 13:01:33 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2015-12-02 13:01:33 +0000 |
commit | b9679fd5685533fb331a2f0489004cfd34b2d80b (patch) | |
tree | 61509a2e4c39a628d0645d3b86238aef98ffa2a7 /test/tc_byteback_snapshot.rb | |
parent | d056150967401a6c69637eaf3aaa07abdc927574 (diff) |
Removed pp from test.
Diffstat (limited to 'test/tc_byteback_snapshot.rb')
-rw-r--r-- | test/tc_byteback_snapshot.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tc_byteback_snapshot.rb b/test/tc_byteback_snapshot.rb index 0c1e181..87b6409 100644 --- a/test/tc_byteback_snapshot.rb +++ b/test/tc_byteback_snapshot.rb @@ -1,6 +1,5 @@ $: << File.dirname(__FILE__)+"/../lib" -require 'pp' require 'test/unit' require 'byteback/backup_directory' require 'time' |