mongoose/test/mip_curl.sh
2024-07-22 20:22:29 -03:00

3 lines
204 B
Bash
Executable File

curl -s $*/a.txt -o /tmp/a.txt && diff /tmp/a.txt data/a.txt && rm /tmp/a.txt &&
curl -s -H Expect: $*/body --data-binary @./Makefile -o /tmp/Makefile && diff /tmp/Makefile ./Makefile && rm /tmp/Makefile