scstadmin: Make the regression tests independent of the installation path of iscsi-scstd

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5131 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-11-19 17:14:23 +00:00
parent 59ca77e6fe
commit e3534beba8

View File

@@ -23,5 +23,5 @@ if ($> == 0) {
"modprobe ib_srpt && " .
"modprobe qla2x00tgt && " .
"modprobe scst_vdisk && " .
"/usr/local/sbin/iscsi-scstd"), 0);
"iscsi-scstd"), 0);
}