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