diff options
author | varac <varac@users.noreply.github.com> | 2015-12-07 15:33:34 +0100 |
---|---|---|
committer | varac <varac@users.noreply.github.com> | 2015-12-07 15:33:34 +0100 |
commit | 9cf371a397839723bba06018db003ed8e78e5694 (patch) | |
tree | 193d09bf671216714b52ce497b72411ad1a7f492 /tests/white-box | |
parent | 58130067510d873cfbfbfbc770bc5a62e832b03f (diff) | |
parent | dc853191a92cb22641f65b1099d69630ca1e79f4 (diff) |
Merge pull request #91 from pixelated/fix_mx_test
tac file was renamed
Diffstat (limited to 'tests/white-box')
-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$' |