summaryrefslogtreecommitdiff
path: root/tests/show-dependencies.setup
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-27 17:17:36 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-27 17:17:36 +0000
commit8a4435f71a8a47e9cf3050ad6456cd9949da5958 (patch)
tree04fcc00d75ad0e8a8ad3f369688e6c833621c1b4 /tests/show-dependencies.setup
parentc5fc68fa232e88ec3e5e40aaec619280554886a9 (diff)
downloadmorph-8a4435f71a8a47e9cf3050ad6456cd9949da5958.tar.gz
Make ./check check for long lines (with excptions); fix long lines
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