diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-10 22:31:02 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-11 13:02:28 -0400 |
commit | 9d90d48c9d01fa45d1a363fc01d0a1c2ffc9e790 (patch) | |
tree | 05bb9b11c18c21ce8182e8ff0936bda8a0714acd /test/librelib-test.sh | |
parent | 2a10922b475d5a78e9bdaf8a52768c767404bea0 (diff) |
test/: Tidy before()/after() definitions.
Diffstat (limited to 'test/librelib-test.sh')
-rw-r--r-- | test/librelib-test.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/librelib-test.sh b/test/librelib-test.sh index 24c4478..72cbfd2 100644 --- a/test/librelib-test.sh +++ b/test/librelib-test.sh @@ -1,17 +1,8 @@ #!/usr/bin/env roundup describe librelib - . ./test-common.sh -before() { - _before -} - -after() { - _after -} - it_displays_help_and_fails_with_0_args() { ret=0 librelib >$tmpdir/stdout 2>$tmpdir/stderr || ret=$? |