summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2021-08-12 10:40:47 +1000
committerDonovan Baarda <abo@minkirri.apana.org.au>2021-08-12 10:40:47 +1000
commit20b1d63964c2494fd4e4b5f3f6e9cc8802334cc8 (patch)
treeea867ac4f86de71e500a8bdc8d389e94124ceaeb /tests
parent9f9118ffa64793257249f3f903faf31845519178 (diff)
downloadlibrsync-20b1d63964c2494fd4e4b5f3f6e9cc8802334cc8.tar.gz
Remove `-x` bash argument from delta.test.
This makes the output much less noisy and consistent with the other tests.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/delta.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/delta.test b/tests/delta.test
index 1ca09e7..483f6a7 100755
--- a/tests/delta.test
+++ b/tests/delta.test
@@ -1,4 +1,4 @@
-#! /bin/sh -ex
+#! /bin/sh -e
# librsync -- the library for network deltas
@@ -11,12 +11,12 @@
# modify it under the terms of the GNU Lesser General Public License
# as published by the Free Software Foundation; either version 2.1 of
# the License, or (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
-#
+#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.