summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2008-01-01 23:11:50 -0200
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2008-01-01 23:11:50 -0200
commit2fd3c56792200c4089a6eb2b72f292f507202663 (patch)
tree58a2fecc555367af2aa7ea1e2bbefa74eaa230ac
parentbb40189633b2e5f356d87ebb73cb4f7cde7362c4 (diff)
Disable SVG regtest.
Inkscape on Fedora 8 opens a print dialog even with --no-gui.
-rw-r--r--input/regression/backend-svg.ly3
1 files changed, 2 insertions, 1 deletions
diff --git a/input/regression/backend-svg.ly b/input/regression/backend-svg.ly
index 61993ea013..0380912a89 100644
--- a/input/regression/backend-svg.ly
+++ b/input/regression/backend-svg.ly
@@ -1,4 +1,4 @@
-
+%{
#(ly:set-option 'backend 'svg)
#(set! output-count 1)
@@ -44,3 +44,4 @@
}
}
}
+%}