blob: 56592c95fec7b05b83f15017c391d76c27ee030c [file] [log] [blame]
Tobias Thierer6c251e22016-06-24 19:04:17 +01001#!/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