Skip to content

Commit

Permalink
Make the passenger user pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Mar 8, 2012
1 parent d301fd0 commit 09ba623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion passwd
Expand Up @@ -59,4 +59,4 @@ shellinabox:x:120:122:Shell In A Box,,,:/var/lib/shellinabox:/bin/false
eythor:x:1019:1016:Eyþór Sigmundsson,12,,,Eyþór Sigmundsson (tumi):/home/eythor:/bin/bash
messagebus:x:121:123::/var/run/dbus:/bin/false
jonas:x:1020:1018:Jónas Reynir Gunnarsson,,,,added by tumi:/home/jonas:/bin/bash
passenger:x:1021:1021::/home/passenger:/bin/bash
passenger:x:1021:1021:Phusion Passenger Apache module for Ruby web apps,,,:/home/passenger:/bin/bash
2 changes: 1 addition & 1 deletion t/system/users.t
Expand Up @@ -21,7 +21,7 @@ for my $passwd_uid (@uid) {

# Make sure we have an E-Mail forwarding address
my ($alias, $email) = qx[grep "$user\@w.nix.is" /etc/postfix/virtual] =~ /^(\S+) \s+ (\S+)$/x;
if ($user !~ /^(?: v-perlbrew | failo | smolder | postgres )$/x) {
if ($user !~ /^(?: v-perlbrew | failo | smolder | postgres | passenger)$/x) {
no warnings 'uninitialized';
ok($email, "We have an E-Mail $email under the alias $alias for user $user");
}
Expand Down

0 comments on commit 09ba623

Please sign in to comment.