aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <thomas.white@desy.de>2023-03-01 16:30:56 +0100
committerThomas White <thomas.white@desy.de>2023-03-01 16:30:56 +0100
commit5b65539d04c01735175130be4a679b0f8fe0e84b (patch)
tree95f0b4483fedbce9af79303520a233865c433cdd
parent93ebd453e3736674027199f99814ad7918b163d0 (diff)
parent11c3cd731d1cfbcec703c7069f680b39c0484453 (diff)
Merge branch 'master' into 'master'
Replace process_hkl_check_4 See merge request thomas.white/crystfel!7
-rwxr-xr-xtests/process_hkl_check_45
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/process_hkl_check_4 b/tests/process_hkl_check_4
index 4b2e2946..bfca3b80 100755
--- a/tests/process_hkl_check_4
+++ b/tests/process_hkl_check_4
@@ -46,8 +46,9 @@ $PROCESS_HKL -i process_hkl_check_4.stream -o process_hkl_check_4.hkl --no-polar
if [ $? -ne 0 ]; then
exit 1;
fi
-sed -n '/End of reflections/q;p' process_hkl_check_4.hkl > tempf.hkl
-mv tempf.hkl process_hkl_check_4.hkl
+
+sed -n '/End of reflections/q;p' process_hkl_check_4.hkl > tempU.hkl
+mv tempU.hkl process_hkl_check_4.hkl
diff process_hkl_check_4.hkl process_hkl_check_4_ans.hkl
if [ $? -ne 0 ]; then
exit 1