diff options
Diffstat (limited to 'test/upgrade/helpers.bash')
-rw-r--r-- | test/upgrade/helpers.bash | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/upgrade/helpers.bash b/test/upgrade/helpers.bash new file mode 100644 index 000000000..41d9279e6 --- /dev/null +++ b/test/upgrade/helpers.bash @@ -0,0 +1,11 @@ +# -*- bash -*- + +load "../system/helpers" + +setup() { + : +} + +teardown() { + : +} |