From 99071831b16d101b7083131792d11a729e0bbebd Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 17 2012 19:25:09 +0000 Subject: fixed file perms and renamed file Please enter the commit message for your changes. Lines starting --- diff --git a/tests/p_postfix/20_postfix_mta.sh b/tests/p_postfix/20_postfix_mta.sh old mode 100644 new mode 100755 diff --git a/tests/p_postfix/postfix_smtp.sh b/tests/p_postfix/postfix_smtp.sh deleted file mode 100755 index 7489f6d..0000000 --- a/tests/p_postfix/postfix_smtp.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# Author: Athmane Madjoudj - -t_Log "Running $0 - Postfix SMTP test." - -echo "helo test" | nc -w 3 localhost 25 | grep -q '250' - -t_CheckExitStatus $?