diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-30 17:52:50 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-31 13:14:03 +0000 |
commit | 7329ca93989a243c026aa7bcfd9751d0c2e58772 (patch) | |
tree | 21b58a3f2b70a78f77a5c4ac7765e3e4899e7310 /test | |
parent | 8c4f17b33b068547ee8791c89f32d2453e666096 (diff) |
Testsuite: perl may live in /usr/local/bin
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index a6560aaa7..87ce5bfd3 100755 --- a/test/runtest +++ b/test/runtest @@ -1515,7 +1515,7 @@ $munges = )($|[ ]=)/x' }, 'sys_bindir' => - { 'mainlog' => 's%/(usr/)?bin/%SYSBINDIR/%' }, + { 'mainlog' => 's%/(usr/(local/)?)?bin/%SYSBINDIR/%' }, 'sync_check_data' => { 'mainlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/', |