blob: 59d8d094642bdd95fa304298ca4619d026bfbda7 [file] [log] [blame]
#!/bin/sh
# Copyright (C) Dmitry Volyntsev
# Copyright (C) NGINX, Inc.
if [ -z "$NJS_TEST_VERBOSE" ]; then
verbose "Removing dir: $NJS_TEST_DIR\n"
verbose "\n"
rm -fr $NJS_TEST_DIR
fi