diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-05-07 14:52:38 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-05-07 14:52:38 +0000 |
commit | d3394de178f37916581d36819f728017bb788710 (patch) | |
tree | ebb143e20066626d6a38eb9c6f81fea1800fcc05 /test.sh | |
parent | 9486289ce452ab82ca8b3f16fae8c2ef5247a923 (diff) | |
download | rsync-d3394de178f37916581d36819f728017bb788710.tar.gz |
removed some quoted printable stuff from this so it works again
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh = +#!/bin/sh # # Copyright (C) 1998 Philip Hands <http://www.hands.com/~phil/> @@ -53,7 +53,7 @@ checkit() { echo " done." rm $log else - echo " FAILED.=07" + echo " FAILED." fi } @@ -108,7 +108,7 @@ rm -rf ${TO} 7 "ssh: renamed file" else echo "" - echo "**** Skipping SSH tests because ssh is not in the path=07 ****" + echo "**** Skipping SSH tests because ssh is not in the path ****" echo "" fi |