#!/usr/bin/env bats

load 'test_helper'

BATSLIB_TEMP_PRESERVE_ON_FAILURE=1
temp_del "$TEST_TEMP_DIR"

@test empty {
    :
}
