From 545d70ceb0f9102939fa93e884acb9e0decd3983 Mon Sep 17 00:00:00 2001
From: Johannes Ziemke <github@5pi.de>
Date: Mon, 25 Jul 2022 16:32:43 +0200
Subject: [PATCH] Sort collectors in end-to-end-test.sh

Signed-off-by: Johannes Ziemke <github@5pi.de>
---
 end-to-end-test.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/end-to-end-test.sh b/end-to-end-test.sh
index 4eb4745e..bcbac485 100755
--- a/end-to-end-test.sh
+++ b/end-to-end-test.sh
@@ -5,10 +5,11 @@ set -euf -o pipefail
 enabled_collectors=$(cat << COLLECTORS
   arp
   bcache
+  bonding
   btrfs
   buddyinfo
-  conntrack
   cgroups
+  conntrack
   cpu
   cpufreq
   diskstats
@@ -34,6 +35,7 @@ enabled_collectors=$(cat << COLLECTORS
   nfs
   nfsd
   pressure
+  processes
   qdisc
   rapl
   schedstat
@@ -41,15 +43,13 @@ enabled_collectors=$(cat << COLLECTORS
   slabinfo
   sockstat
   stat
-  thermal_zone
   textfile
-  bonding
+  thermal_zone
   udp_queues
   vmstat
   wifi
   xfs
   zfs
-  processes
   zoneinfo
 COLLECTORS
 )