From 8c12d5a827a8499bcf0ab15dd3f265e245230e4b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 30 Jan 2006 04:49:24 +0000 Subject: [PATCH] Fix terminology. --- tests/command/aggregate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/command/aggregate.sh b/tests/command/aggregate.sh index a751f9dc..a7a8294f 100755 --- a/tests/command/aggregate.sh +++ b/tests/command/aggregate.sh @@ -166,7 +166,7 @@ G N NI NU NUI NFGT2 NFGT2I SFGT2 SFGT2I NFIN23 NFIN23I SFI 4 1.00 1.00 1 1 . . . 1.000 . . . .000 . . . .000 . . 4 . . . 1.000 . . 4 . . 4 . . . . 4 .00 .00 .00 1.00 1.00 1.00 1.00 .00 0 0 0 1 1 1 1 0 . . . 100.0 . . . .0 . . . .0 . . . 100.0 . . . . EOF -for outfile in temporary active external; do +for outfile in scratch active external; do for sort in presorted unsorted; do for missing in itemwise columnwise; do name=$outfile-$sort-$missing @@ -196,7 +196,7 @@ for outfile in temporary active external; do cat agg-skel.pspp if [ "$outfile" = "external" ]; then echo "get file='aggregate.sys'." - elif [ "$outfile" = "temporary" ]; then + elif [ "$outfile" = "scratch" ]; then echo "get file=#AGGREGATE." fi echo "list." -- 2.30.2