diff tests/test-ssh @ 1168:235e0effa672

Fixed two tests to run with bourne shell.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 30 Aug 2005 19:42:58 +0200
parents 1032a505488c
children 7544700fd931
line wrap: on
line diff
--- a/tests/test-ssh
+++ b/tests/test-ssh
@@ -13,7 +13,7 @@ if [ $1 != "user@dummy" ] ; then
 fi
 
 # check that we're in the right directory
-if \! [ -x dummyssh ] ; then
+if [ ! -x dummyssh ] ; then
 	exit -1
 fi