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