backup-utils/test/bin/ghe-fake-export-command

7 строки
366 B
Bash
Executable File

#!/usr/bin/env bash
# Emulates a remote GitHub export command. Each of the ghe-export-* utilities
# that are run on the remote side have corresponding commands in this directory
# that symlink to this file. The command outputs a simple bit of text including
# the command name. Tests use this to assert that a command was executed.
echo "fake $(basename "$0") data"