shithub: scc

Download patch

ref: e6baf91cf4a7df1de7d0d64688cf3f5ed0b89d1a
parent: 4b60622e5ebcec0579c17269c4f4257d3fff9c46
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Feb 19 06:22:31 EST 2018

[tests/ar] Try ten at once -q test

--- a/tests/ar/execute/test-q.sh
+++ b/tests/ar/execute/test-q.sh
@@ -91,3 +91,7 @@
 	touch file-$i
 	ar -qv file.a file-$i
 done
+
+rm file.a
+
+ls | grep file- | xargs -n 10 ar -qv file.a