#!/bin/bash
PIJUL_CONFLICTS=" /target/debug/pijul-conflicts"
# set up a repo with a default channel named "alice", and another channel "bob"
# Some utilities
# Alice and Bob modify the same line in the same file
# Showcase a zombie line conflict - Bob inserts a line above a line
# that Alice removes
TESTS=(
"order_conflict"
"zombies"
)
repo=""
for; do
done