aboutsummaryrefslogtreecommitdiff
path: root/tests/partialator_merge_check_3
diff options
context:
space:
mode:
Diffstat (limited to 'tests/partialator_merge_check_3')
-rwxr-xr-xtests/partialator_merge_check_37
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/partialator_merge_check_3 b/tests/partialator_merge_check_3
index 1f6acf35..b24b6d53 100755
--- a/tests/partialator_merge_check_3
+++ b/tests/partialator_merge_check_3
@@ -51,14 +51,13 @@ EOF
partialator -i partialator_merge_check_3.stream \
-o partialator_merge_check_3.hkl \
--model=unity --iterations=1 -y 4 --no-polarisation \
- --no-free
+ --no-free --no-logs
if [ $? -ne 0 ]; then
exit 1
fi
-ex -c '/End of reflections/
-.,$d
-x' partialator_merge_check_3.hkl
+sed -n '/End\ of\ reflections/q;p' partialator_merge_check_3.hkl > temp.hkl
+mv temp.hkl partialator_merge_check_3.hkl
diff partialator_merge_check_3.hkl partialator_merge_check_3_ans.hkl
if [ $? -ne 0 ]; then
exit 1