Browse Source

Remove dependency on file order.

Sergey Poznyakoff 19 năm trước cách đây
mục cha
commit
e0b0becead
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/update.at

+ 1 - 1
tests/update.at

@@ -36,7 +36,7 @@ tar cf archive directory || exit 1
 echo separator
 tar uf archive directory || exit 1
 echo separator
-tar tf archive || exit 1
+tar tf archive | sort 2>/dev/null || exit 1
 ],
 [0],
 [separator