aboutsummaryrefslogtreecommitdiff
blob: ef1fc1b10d419047e4f728845a2d0b5955bf8d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash
# Copyright (C) 2017 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the 3-Clause BSD license

set -e

if [[ "$*" == '--sync' ]]; then
    :
elif [[ "$*" == '--deep --update --quiet --pretend world' ]]; then
    cat test/data/emerge-deep-update-pretend-output.txt
else
    echo "ERROR: Unsupported invocation: $0 $*" >&2
    exit 1
fi