diff options
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-x | tests/prepare.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/prepare.sh b/tests/prepare.sh index 89982c3..17e466d 100755 --- a/tests/prepare.sh +++ b/tests/prepare.sh @@ -4,9 +4,6 @@ if [[ "$(basename -- "$0")" = "prepare.sh" ]]; then exit 1 fi -# Write basic configuration -cp ../example.conf mcwrapper.conf - if [[ $PREPARED != "y" ]]; then # Move to known directory cd "$( readlink -f "${BASH_SOURCE[0]}" )" |