From 270f0d95e3f27445057981b26a2aa6474769f3f2 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Tue, 13 Sep 2022 20:01:07 +0000 Subject: tests: stop mixing tabs and spaces --- test/features/test.sh | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) (limited to 'test/features') diff --git a/test/features/test.sh b/test/features/test.sh index 64cb78c21..aaf5fd089 100755 --- a/test/features/test.sh +++ b/test/features/test.sh @@ -9,27 +9,24 @@ CHROOT="chroot" NETWORK="network" while [ $# -gt 0 ]; do # Until you run out of parameters . . . - case "$1" in - --nooverlay) - OVERLAY="none" - ;; - --nochroot) - CHROOT="none" - ;; - --nonetwork) - NETWORK="none" - ;; - --help) - echo "./test.sh [--nooverlay|--nochroot|--nonetwork|--help] | grep TESTING" - exit - ;; - esac - shift # Check next set of parameters. + case "$1" in + --nooverlay) + OVERLAY="none" + ;; + --nochroot) + CHROOT="none" + ;; + --nonetwork) + NETWORK="none" + ;; + --help) + echo "./test.sh [--nooverlay|--nochroot|--nonetwork|--help] | grep TESTING" + exit + ;; + esac + shift # Check next set of parameters. done - - - # # Feature testing # -- cgit v1.2.3-70-g09d2