aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/bash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/bash.xml')
-rw-r--r--chapter08/bash.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml
index c2a5e807b..275a63e68 100644
--- a/chapter08/bash.xml
+++ b/chapter08/bash.xml
@@ -80,7 +80,9 @@
class="username">tester</systemitem> user:</para>
<screen><userinput remap="test">su -s /usr/bin/expect tester &lt;&lt; EOF
-spawn make tests; expect eof;
+set timeout -1
+spawn make tests
+expect eof
EOF</userinput></screen>
<para>Install the package:</para>