build-sys: Update tests to new binary locations
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Dejagnu tests for sysctl (read only) - part of procps
|
||||
#
|
||||
set sysctl ${topdir}sysctl
|
||||
set sysctl ${topdir}src/sysctl
|
||||
set hostname [ exec cat "/proc/sys/kernel/hostname" ]
|
||||
|
||||
set test "sysctl with no arguments"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
set sysctl ${topdir}sysctl
|
||||
set sysctl ${topdir}src/sysctl
|
||||
|
||||
set test "sysctl write from command line"
|
||||
spawn $sysctl --dry-run kernel.hostname=procps-test
|
||||
|
||||
Reference in New Issue
Block a user