diff options
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=$? |