Skip to content

Commit 35bed50

Browse files
committed
revise typo
1 parent b65187e commit 35bed50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integrate/tools/catch_properties.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ if ! test -z "$has_hs" && [ $has_hs -eq 1 ]; then
111111
fi
112112
# echo "$has_lowf" ## test out_wfc_lcao > 0
113113
if ! test -z "$has_lowf" && [ $has_lowf -eq 1 ]; then
114-
nfile=0
115114
if ! test -z "$gamma_only" && [ $gamma_only -eq 1 ]; then
116115
lowfiles=`ls OUT.autotest/ | grep LOWF_GAMMA`
117116
else
@@ -124,7 +123,7 @@ if ! test -z "$has_lowf" && [ $has_lowf -eq 1 ]; then
124123
for lowf in $lowfiles;
125124
do
126125
if ! test -f OUT.autotest/$lowf; then
127-
echo "Non-regular LOWF found"
126+
echo "Irregular LOWF file found"
128127
exit 1
129128
else
130129
sed -i "1,$ s/[a-d]//g" OUT.autotest/$lowf

0 commit comments

Comments
 (0)