testing: Switched PTS measurements to /usr/sbin

Due to Debian 10 linking /bin to /usr/bin which drastically
increased the number of files in /bin, the PTS measurement
was switched to /usr/sbin with a lesser number of files.
This commit is contained in:
Andreas Steffen
2021-03-23 10:54:48 +01:00
parent f412c97648
commit 737f7fce51
13 changed files with 40 additions and 13 deletions
+2 -2
View File
@@ -1731,7 +1731,7 @@ INSERT INTO policies ( /* 10 */
INSERT INTO policies ( /* 11 */
type, name, dir, rec_fail, rec_noresult
) VALUES (
8, 'Get /bin', 1, 0, 0
8, 'Get /usr/sbin', 12, 0, 0
);
INSERT INTO policies ( /* 12 */
@@ -1761,7 +1761,7 @@ INSERT INTO policies ( /* 15 */
INSERT INTO policies ( /* 16 */
type, name, dir, rec_fail, rec_noresult
) VALUES (
9, 'Measure /bin', 1, 2, 2
9, 'Measure /usr/sbin', 12, 2, 2
);
INSERT INTO policies ( /* 17 */