diff options
Diffstat (limited to 'test/TEST-33-CLEAN-UNIT/test.sh')
-rwxr-xr-x | test/TEST-33-CLEAN-UNIT/test.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/TEST-33-CLEAN-UNIT/test.sh b/test/TEST-33-CLEAN-UNIT/test.sh new file mode 100755 index 0000000..64cb6ae --- /dev/null +++ b/test/TEST-33-CLEAN-UNIT/test.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- +# ex: ts=8 sw=4 sts=4 et filetype=sh +set -e +TEST_DESCRIPTION="test CleanUnit" +. $TEST_BASE_DIR/test-functions + +do_test "$@" 33 |