Do not link test process to libprocps

The test process introduced at 420cd9c7 incorrectly linked to
libprocps which made the CI runner fail.
This commit is contained in:
Craig Small
2015-06-14 08:54:59 +10:00
parent cf4788c28d
commit eb6190e61a
2 changed files with 3 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ proc expect_table_dsc { test match_header match_item } {
proc make_testproc { } {
global testproc_path testproc_comm testproc1_pid testproc2_pid topdir
set testproc_realpath "${topdir}/lib/.libs/test_process"
set testproc_realpath "${topdir}/lib/test_process"
set testproc_comm "spcorp"
set testproc_path [ exec mktemp -u ]