1#!/usr/bin/env bash 2 3SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )" 4cd "$SCRIPT_DIR" 5 6if [ ! -f target/fuzzingserver-actual.txt ]; then 7 echo "File not found. Did you run the Autobahn test script?" 8 exit 1 9fi 10 11cp target/fuzzingserver-actual.txt fuzzingserver-expected.txt 12