xref: /aosp_15_r20/external/okhttp/okhttp-ws-tests/fuzzingserver-update-expected.sh (revision ab625e417e7950f52094c019474d2a9e9f14a68c)
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