2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-04 06:00:45 +00:00
dotbare/tests/git
2020-07-07 11:20:22 +10:00

10 lines
174 B
Bash
Executable File

#!/usr/bin/env bash
#
# This script is for mocking git during unit test,
# used to mock all the git calls.
#
# usage:
# export PATH="${BATS_TEST_DIRNAME}:$PATH"
echo "$@"