summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/missing-ref.script3
-rwxr-xr-xtests/show-dependencies.setup7
2 files changed, 7 insertions, 3 deletions
diff --git a/tests/missing-ref.script b/tests/missing-ref.script
index 1b4ed98d..f37caccc 100755
--- a/tests/missing-ref.script
+++ b/tests/missing-ref.script
@@ -21,7 +21,8 @@
cache="$DATADIR/build-chunk-cache"
./morph --no-default-configs build chunk-repo non-existent-branch hello.morph \
--git-base-url="file://$DATADIR" \
- --cachedir="$cache" --keep-path --no-distcc 2> "$DATADIR/build-chunk-cache.stderr"
+ --cachedir="$cache" --keep-path --no-distcc \
+ 2> "$DATADIR/build-chunk-cache.stderr"
err=$?
cat "$DATADIR/build-chunk-cache.stderr" | sed "s%$DATADIR%%" 1>&2
exit $err
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