6 lines
139 B
Bash
6 lines
139 B
Bash
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
FIXTURES_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
|
||
|
source $FIXTURES_DIR/fixtures/storage.sh
|