Mercurial > hg > piper-cpp
comparison vamp-server/test.sh @ 181:376f59073160
Fix typo.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 03 Feb 2017 11:15:55 +0000 |
parents | 0e13b7b80464 |
children | 02c3a8596c2b |
comparison
equal
deleted
inserted
replaced
180:bd543e74a9bf | 181:376f59073160 |
---|---|
25 reqfile="$tmpdir/req.json" | 25 reqfile="$tmpdir/req.json" |
26 respfile="$tmpdir/resp.json" | 26 respfile="$tmpdir/resp.json" |
27 allrespfile="$tmpdir/resp.all" | 27 allrespfile="$tmpdir/resp.all" |
28 input="$tmpdir/input" | 28 input="$tmpdir/input" |
29 expected="$tmpdir/expected" | 29 expected="$tmpdir/expected" |
30 expected_less_strict="$tmpdir/obtained-less-strict" | 30 expected_less_strict="$tmpdir/expected-less-strict" |
31 obtained="$tmpdir/obtained" | 31 obtained="$tmpdir/obtained" |
32 | 32 |
33 validate() { | 33 validate() { |
34 local file="$1" | 34 local file="$1" |
35 local schemaname="$2" | 35 local schemaname="$2" |