]> Dogcows Code - chaz/tar/blobdiff - tests/update.at
Remove dependency on file order.
[chaz/tar] / tests / update.at
index 92c075d07821f730ba9e80e4d0922c868af8eff4..5c2f748a0db5445685de2b89fe19f038abb15ddf 100644 (file)
@@ -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
This page took 0.021058 seconds and 4 git commands to generate.