From 2ee91aedb1cd1e7935bca55788ba5a2490f3069e Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 16 Aug 2001 08:13:13 +0000 Subject: [PATCH] Use set -x until this script works properly. --- testsuite/rsync-hello.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/rsync-hello.test b/testsuite/rsync-hello.test index 86527247..75db77f1 100755 --- a/testsuite/rsync-hello.test +++ b/testsuite/rsync-hello.test @@ -1,5 +1,7 @@ #! /bin/sh +set -x + . rsync.fns "$rsync" --version || exit 1