summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2015-06-14 08:54:59 +1000
committerCraig Small <csmall@enc.com.au>2015-06-14 08:54:59 +1000
commiteb6190e61a98d4d4361f42c2d64920c736853db4 (patch)
tree45a972d1f77c6e41cd7f400bc6a55509e042b799 /testsuite
parentcf4788c28dba784a09c8b036a56fffa49da584e7 (diff)
downloadprocps-ng-eb6190e61a98d4d4361f42c2d64920c736853db4.tar.gz
Do not link test process to libprocps
The test process introduced at 420cd9c7 incorrectly linked to libprocps which made the CI runner fail.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/config/unix.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp
index 566fc7d..bbee233 100644
--- a/testsuite/config/unix.exp
+++ b/testsuite/config/unix.exp
@@ -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 ]