summaryrefslogtreecommitdiff
path: root/renderer.c
diff options
context:
space:
mode:
Diffstat (limited to 'renderer.c')
-rw-r--r--renderer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/renderer.c b/renderer.c
index 4a46e9c..e360091 100644
--- a/renderer.c
+++ b/renderer.c
@@ -43,7 +43,7 @@ int test_gs_output_redirection()
char output[10] = "";
snprintf(gstestcommand, PATH_MAX, "%s -dQUIET -dPARANOIDSAFER -dNOPAUSE "
- "-dBATCH -dNOMEDIAATTRS -sDEVICE=pswrite -sstdout=%%stderr "
+ "-dBATCH -dNOMEDIAATTRS -sDEVICE=ps2write -sstdout=%%stderr "
"-sOutputFile=/dev/null -c '(hello\n) print flush' 2>&1", gspath);
FILE *pd = popen(gstestcommand, "r");