We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0673751 commit 0c06d61Copy full SHA for 0c06d61
tests.sh
@@ -35,7 +35,7 @@ do
35
if [[ "$1" == "update" ]]; then cp $json $json_e; fi
36
37
t="Checking $i..."
38
- if diff -urt $json $json_e
+ if diff -urt $json_e $json
39
then
40
echo $t OK
41
else
0 commit comments