From c0929ad75ea7d84c2399a32b5f14af9fdc4d0e1c Mon Sep 17 00:00:00 2001 From: Ryan Forsyth Date: Mon, 13 Jan 2025 16:41:29 -0800 Subject: [PATCH] Fix pre-commit errors --- tests3/README_TEST_BLOCKING | 4 ++-- tests3/snapshot.sh | 2 -- tests3/test_zstash_blocking.sh | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/tests3/README_TEST_BLOCKING b/tests3/README_TEST_BLOCKING index 95b81d0e..e367335b 100644 --- a/tests3/README_TEST_BLOCKING +++ b/tests3/README_TEST_BLOCKING @@ -39,7 +39,7 @@ working directory: [CWD]/dst_data/ - destination for Globus transfer of archives. - + [CWD]/tmp_cache/ - [Optional] alternative location for tar-file generation. @@ -86,7 +86,7 @@ to running Globus transfers. It is suggested that you run the test script with - test_zstash_blocking.sh (BLOCKING|NON_BLOCKING) > your_logfile 2>&1 + test_zstash_blocking.sh (BLOCKING|NON_BLOCKING) > your_logfile 2>&1 so that your command prompt returns and you can monitor progress with diff --git a/tests3/snapshot.sh b/tests3/snapshot.sh index 869812dc..7bbaef79 100755 --- a/tests3/snapshot.sh +++ b/tests3/snapshot.sh @@ -10,5 +10,3 @@ ls -l src_data/zstash echo "" echo "tmp_cache:" ls -l tmp_cache - - diff --git a/tests3/test_zstash_blocking.sh b/tests3/test_zstash_blocking.sh index 2d58622d..bae334a8 100755 --- a/tests3/test_zstash_blocking.sh +++ b/tests3/test_zstash_blocking.sh @@ -70,4 +70,3 @@ fi echo "Testing Completed" exit 0 -