summaryrefslogtreecommitdiff
path: root/tests/show-dependencies.setup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/show-dependencies.setup')
-rwxr-xr-xtests/show-dependencies.setup7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/show-dependencies.setup b/tests/show-dependencies.setup
index bef69c12..e37a8572 100755
--- a/tests/show-dependencies.setup
+++ b/tests/show-dependencies.setup
@@ -49,7 +49,8 @@ EOF
git add hello.c
# Define a couple of chunk morphologies for the GTK stack
-gtkcomponents=(freetype fontconfig cairo pango glib gdk-pixbuf gtk dbus-glib dbus)
+gtkcomponents=(freetype fontconfig cairo pango glib gdk-pixbuf gtk
+ dbus-glib dbus)
for component in "${gtkcomponents[@]}"
do
cat <<EOF > $component.morph
@@ -168,7 +169,9 @@ EOF
git add hello.c
# Define a couple of chunk morphologies for the GTK stack
-xfcecomponents=(xfce4-dev-tools libxfce4util libxfce4ui exo xfconf garcon thunar tumbler xfce4-panel xfce4-settings xfce4-session xfwm4 xfdesktop xfce4-appfinder gtk-xfce-engine)
+xfcecomponents=(xfce4-dev-tools libxfce4util libxfce4ui exo xfconf garcon
+ thunar tumbler xfce4-panel xfce4-settings xfce4-session
+ xfwm4 xfdesktop xfce4-appfinder gtk-xfce-engine)
for component in "${xfcecomponents[@]}"
do
cat <<EOF > $component.morph