Skip to content

Commit 0c06d61

Browse files
Fix test compare output
1 parent 0673751 commit 0c06d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ do
3535
if [[ "$1" == "update" ]]; then cp $json $json_e; fi
3636

3737
t="Checking $i..."
38-
if diff -urt $json $json_e
38+
if diff -urt $json_e $json
3939
then
4040
echo $t OK
4141
else

0 commit comments

Comments
 (0)