aboutsummaryrefslogtreecommitdiff
path: root/tests/partialator_merge_check_1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/partialator_merge_check_1')
-rwxr-xr-xtests/partialator_merge_check_16
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/partialator_merge_check_1 b/tests/partialator_merge_check_1
index 0123e391..d59d128f 100755
--- a/tests/partialator_merge_check_1
+++ b/tests/partialator_merge_check_1
@@ -45,13 +45,13 @@ EOF
partialator -i partialator_merge_check_1.stream \
-o partialator_merge_check_1.hkl \
--model=unity --iterations=0 --no-scale --no-polarisation \
- --no-logs
+ --no-logs --no-free
if [ $? -ne 0 ]; then
exit 1
fi
-sed -n '/End of reflections/q;p' partialator_merge_check_1.hkl > temp.hkl
-mv temp.hkl partialator_merge_check_1.hkl
+sed -n '/End of reflections/q;p' partialator_merge_check_1.hkl > temp1.hkl
+mv temp1.hkl partialator_merge_check_1.hkl
diff partialator_merge_check_1.hkl partialator_merge_check_1_ans.hkl
if [ $? -ne 0 ]; then
exit 1