#!/bin/bash
# Sets the correct test output to be the generated test output
# Usage: self file
selfDir="$(dirname -- "$0")"
cd "$selfDir"
file="$(basename -- "$1")"
cp -p "$file" "test_output/$file"