tests/test-ssh
changeset 1168 235e0effa672
parent 1110 1032a505488c
child 1933 7544700fd931
--- a/tests/test-ssh	Tue Aug 30 19:32:11 2005 +0200
+++ b/tests/test-ssh	Tue Aug 30 19:42:58 2005 +0200
@@ -13,7 +13,7 @@
 fi
 
 # check that we're in the right directory
-if \! [ -x dummyssh ] ; then
+if [ ! -x dummyssh ] ; then
 	exit -1
 fi