diff options
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index f9370229a..cadbbd64b 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -81,8 +81,8 @@ <screen><userinput remap="test">pushd testsuite sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ - -e 's|999999|&9|' config/unix.exp - sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp + -e 's|999999|&9|' config/unix.exp + sed -i -e 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp make site.exp DEJAGNU=global-conf.exp runtest popd</userinput></screen> |