diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-12-07 15:23:54 +0100 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-12-07 15:27:41 +0100 |
commit | dc853191a92cb22641f65b1099d69630ca1e79f4 (patch) | |
tree | 193d09bf671216714b52ce497b72411ad1a7f492 /tests/white-box/mx.rb | |
parent | 58130067510d873cfbfbfbc770bc5a62e832b03f (diff) |
tac file was renamed
Diffstat (limited to 'tests/white-box/mx.rb')
-rw-r--r-- | tests/white-box/mx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/white-box/mx.rb b/tests/white-box/mx.rb index ba523fe0..336f78a4 100644 --- a/tests/white-box/mx.rb +++ b/tests/white-box/mx.rb @@ -32,7 +32,7 @@ class Mx < LeapTest end def test_03_Are_MX_daemons_running? - assert_running '.*/usr/bin/twistd.*leap_mx.tac' + assert_running '.*/usr/bin/twistd.*mx.tac' assert_running '^/usr/lib/postfix/master$' assert_running '^/usr/sbin/postfwd' assert_running 'postfwd2::cache$' |